.events-video {
  width: 100%;
  background-color: #f4f4f4;
  padding-bottom: 41px;
}

.events-video h2 {
  margin-bottom: 29px;
  margin-top: 31px;
}

.event-video-item {
  width: 1270px;
  font-size: 0;
}

.event-video-v {
  display: inline-block; 
  width: 66%; 
  height: 482px; 
  background-color: #000; 
  margin-bottom: 134px; 
  margin-right: 34px;
  vertical-align: top;
}
.event-video-v iframe {
  width: 100%;
  height: 100%;
}
.event-video-dsc-wrap {
  width: 31%;
  display: inline-block;
  margin-left: -2px;
}

.event-video-dsc {
  overflow: hidden;
}

.event-video-title {
  font-family: 'robotomedium';
  font-size: 24px;
  text-align: left;
  margin-bottom: 15px;
}

.event-video-item p {
  font-family: 'robotoregular';
  font-size: 15px;
  margin-bottom: 30px;
  height: 230px;
}

.event-video-char {
  font-size: 16px;
  font-family: 'robotomedium';
}

.event-video-char span {
  font-family: 'robotolight';
}

.event-video-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 18px 0 42px;
}
.event-video-links a {
  font-family: 'robotomedium';
  border-bottom: 1px dashed #047878;
  font-size: 18px;
}

.events-video-slider {
  width: 100%;
}

.ev-slider-nav {
  position: absolute;
  bottom: 16px;
  left: 30px;
  width: 64.5%;
  height: 107px;
}
@media screen and (max-width: 1330px) {
  .ev-slider-nav {
    left: 0;
    width: 66%;
  }
}
.about__video-thumbs {
  position: absolute;
  bottom: 16px;
  width: 100%;
  height: 180px;
  bottom: 0;
}
.ev-slider-nav li,
.about__video-thumbs li {
  display: inline-block;
  margin-right: 20px;
  width: 153px; 
  height: 107px;
  line-height: 0;
  position: relative;
  cursor: pointer;
}
.about__video-thumbs li {
  width: 233px; 
  height: 144px;
}
.ev-slider-nav img,
.about__video-thumbs img {
  width: 100%;
  height: auto;
  height: 100%;
  opacity: 0.3;
}

.ev-slider-nav li:last-child,
.about__video-thumbs li:last-child {
  margin-right: 0;
}

.slider-nav-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/img/recommendation/recom-video-btn.png) center no-repeat;
}

.ev-slider-nav-title {
  display: none;
}

.recom-events {
  overflow: hidden;
}
.recom-event {
  float: left; 
  margin-right: 15px; 
  line-height: 0;
}
.recom-event span {
  display: block; 
  font-size: 16px; 
  line-height: normal; 
  margin-top: 5px;
}

@media screen and (max-width: 1130px) {
  .event-video-v {
    width: 59%;
  }
  .ev-slider-nav {
    width: 57.9%;
  }
  .event-video-dsc-wrap {
    width: 36%;
  }
}
@media screen and (max-width: 1000px) {
   .events-video .sect {
    padding: 0;
  }
  .event-video-v {
    width: 100%;
    margin: 0;
  }
  .events-video-slider {
    padding-bottom: 231px;
  }
  .event-video-title-char,
  .event-video-char,
  .recom-events,
  .event-video-links li:nth-child(1),
  .event-video-links li:nth-child(2),
  .event-video-links li:nth-child(3) {
    display: none;
  }
  .event-video-dsc-wrap {
    width: 100%;  
    margin: 0;
  }
  .event-video-dsc {
    padding: 0 15px;
  }
  .event-video-item {
    width: auto;
    max-width: 1000px;
  }
  .event-video-item p {
    height: auto;
    font-family: 'robotolight';
    font-size: 20px;
    margin: 0;
  }
  .event-video-title {
    margin-top: 17px;
    margin-bottom: 8px;
  }
  .event-video-links {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .ev-slider-nav {
    bottom: 71px;
    left: 0;
    height: 140px;
    padding: 0 15px;
    width: 100%;
  }
  .ev-slider-nav li,
  .about__video-thumbs li {
    margin-right: 12px;
    width: 233px;
    height: 140px;
    margin-bottom: 40px;
  }
  .ev-slider-nav-title {
    display: block;
    position: absolute;
    bottom: -18px;
    font-size: 18px;
    font-family: 'robotomedium';
  }
  .event-video-links a {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .ev-slider-nav li,
  .about__video-thumbs li {
    width: 230px;
    height: 129px;
  }
}

