.title-videos {
  color: #8a1032;
  font-size: 2em;
  text-align: left;
  padding-left: 100px;
  background-size: contain;
}

.line-div-videos {
  height: 1px;
  color: #8a1032;
  background-color: #8a1032;
  margin-top: 0;
  margin-bottom: 30px;
  margin-right: 80px;
}

.icon-videos {
  position: absolute;
  width: 60px;
  bottom: -25px;
  right: 0;
}

.video {
  border: none;
}

.video-play-title,
.video-list-title {
  color: #8a1032;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.video-list-title {
  font-size: 1em;
}

.video-line {
  color: #b2b4b2;
  background-color: #b2b4b2;
}

.video-wrapper {
  position: relative;
}

.videoWrapperplay:before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background: url(/assets/img/sys/play-video.png) 0 0 no-repeat;
  position: absolute;
  top: 46%;
  margin-top: -24px;
  left: 48%;
  margin-left: -24px;
  opacity: 0.8;
  zoom: 0.8;
}

.home-video-description {
  padding-top: 10px;
}

.video-list .videoWrapperplay:before {
  top: 44%;
  margin-top: -24px;
  left: 45%;
  margin-left: -24px;
  zoom: 0.6;
}

#modalShowVideoFrame {
  width: 766px;
  height: 431px;
}

#modal-video .modal-title {
  color: #8a1032;
}

.modal-video-description {
  padding-top: 10px;
  color: #444644;
}

@media only screen and (max-width: 992px) {
  #modalShowVideoFrame {
    max-width: 466px;
    max-height: 262px;
  }
}

@media only screen and (max-width: 400px) {
  #modalShowVideoFrame {
    max-width: 350px;
    max-height: 197px;
  }
}

