.ytm-outer-wrapper {
  padding: 30px 0px;
}

.boxed-title h2 {
  color: #1b1a1a;
  font-family: Rubik,sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  margin: 0!important;
  padding-bottom: 60px;
  text-align: center;
}
.latest-videos {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-bottom: 60px;
}
.latest-videos__videos {
  flex: 0 0 70%;
  max-width: 70%;
  position:relative;
}
.latest-videos__videos>div.is-active {
  display: block;
}
.latest-videos__videos .youtube-player {
  /*   margin: 1px !important; */
}
.youtube-player {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  cursor: pointer;
  width: 100%;
  height:100% !important;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:500px;
  margin
}
.video-link iframe {
  min-height: 500px !important;
}
.play {
  width: 80px;
  height: 55px;
  background-color: #333;
  box-shadow: 0 0 30px rgb(0 0 0 / 60%);
  z-index: 1;
  opacity: 0.9;
  border-radius: 6px;
  position: absolute;
  left: calc(50% - 33px);
  top: calc(50% - 35px);
}
.play:before {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 25px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.play:hover {
  background-color: #cd201f;
  opacity: 1;
}
.youtube-player.active_video .play {
  display: none !important;
}
.youtube-player.active_video {
  background-image: none !important;
  background-color:#000;
}

.latest-videos__videos>div.is-active .play {
  display: block;
}
.left-video-col:not(:first-child) {
  display:none;
}
.latest-videos__menu {
  flex: 0 0 30%;
  max-width: 30%;
  display: flex;
  flex-direction: column;
}
.latest-videos__link {
  flex-grow: 1;
  color: #fff !important;
  font-weight: 700;
  background: #363636;
  padding: 30px;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  margin:0px;
}
.latest-videos__link:last-child {
  border-bottom: none !important;
}
.latest-videos__menu ul li {
  list-style: none;
}
ul#tabs-nav a li {
    list-style: none;
}

ul#tabs-nav {
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  display: flex;
  flex: 0 30%;
  flex-direction: column;
}
.latest-videos__link strong {
  color: #E8772D;
  display: block;
  line-height: 1.3em;
}
.latest-videos__link a {
  font-family: Rubik,sans-serif;
  font-size: 20px;
  line-height: 25px;
  display: inline-block;
}
a.latest-videos__link.active strong:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #E8772D;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    margin-right: 8px;
    top: -1px;
}
a.latest-videos__link.active {
    background: #1f1f1f;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

@media (max-width:1133px){
  .latest-videos__link{
    padding:20px;
  }
}
@media (max-width:991px){
  .latest-videos {
    display: block;
  }
  .latest-videos__videos{
    max-width:100%;
  }
  .latest-videos__menu {
    max-width: 100%;
  }
}
