.video-carousel-section {
  background: #2b323f;
  padding-top: 40px;
}
.video-carousel-section .list-item:not(.active-item):hover {
  border: white solid 1px;
  opacity: 0.8;
  cursor: pointer;
}
.video-carousel-section .list-item:not(.active-item):hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.video-carousel-section button {
  color: white;
  background-color: black;
  text-decoration: none;
  border: none;
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: 10;
  cursor: pointer;
}
.video-carousel-section button:disabled {
  color: gray;
  cursor: not-allowed;
}
.video-carousel-section .active-item {
  cursor: initial;
  position: relative;
  border: white solid 1px;
}
.video-carousel-section .active-item .thumb img,
.video-carousel-section .active-item .thumb p {
  opacity: 0.6;
}
.video-carousel-section .active-item .thumb img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.video-carousel-section .active-item .thumb:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, -50%);
  font-size: 30px;
  color: white;
  text-align: center;
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  font-style: normal;
}
@media only screen and (max-width: 1024px) {
  .video-carousel-section .active-item .thumb:after {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .video-carousel-section .active-item .thumb:after {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .video-carousel-section .active-item .thumb:after {
    font-size: 16px;
  }
}
.video-carousel-section .thumb {
  position: relative;
  overflow: hidden;
}
.video-carousel-section .thumb img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
.video-carousel-section .thumb .length {
  position: absolute;
  text-align: right;
  left: 80%;
  padding: 4% 3% 0 0;
  width: 20%;
  text-overflow: unset;
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  .video-carousel-section .thumb .length {
    font-size: 10px;
  }
}
.video-carousel-section .thumb p {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  font-size: 18px;
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  height: 20%;
  padding-left: 3%;
  padding-top: 3%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 8%, rgba(0, 0, 0, 0.65) 41%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 8%, rgba(0, 0, 0, 0.65) 41%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 8%, rgba(0, 0, 0, 0.65) 41%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
@media only screen and (max-width: 1024px) {
  .video-carousel-section .thumb p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .video-carousel-section .thumb p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 420px) {
  .video-carousel-section .thumb p {
    font-size: 11px;
  }
}
.video-carousel-header {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 36px;
  font-weight: bold;
  padding: 30px 0 20px;
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.video-carousel-container-mobile {
  display: none;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .video-carousel-container-mobile {
    display: block;
  }
}
.video-carousel-container-mobile .player {
  position: relative;
  overflow: hidden;
  padding-top: 56.5%;
  margin: 0 0.5% 0;
  width: 99%;
}
.video-carousel-container-mobile .player #vid_frame_mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-carousel-container-mobile .list-container {
  font-size: 0;
  display: flex;
  position: relative;
  margin-top: 30px;
  width: 100%;
}
.video-carousel-container-mobile .list-container button {
  font-size: 50px;
  width: 50px;
  opacity: 0.6;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.video-carousel-container-mobile .list-container button:hover {
  opacity: 0.8;
}
.video-carousel-container-mobile .list-container button.left {
  left: 0;
}
.video-carousel-container-mobile .list-container button.right {
  right: 0;
}
.video-carousel-container-mobile .list-content {
  display: flex;
  position: relative;
  left: 0;
}
.video-carousel-container-mobile .list {
  font-size: 0;
  overflow: hidden;
}
.video-carousel-container-mobile .list .list-item {
  height: 100%;
  min-width: 250px;
  width: auto;
  margin: 1px 5px;
}
.video-carousel-container-mobile .list .list-item:first-of-type {
  padding-left: 0px;
}
.video-carousel-container-mobile .list .list-item:last-of-type {
  padding-right: 0px;
}
.video-carousel-container-desktop {
  display: flex;
  display: -webkit-inline-box;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .video-carousel-container-desktop {
    display: none;
  }
}
.video-carousel-container-desktop .player {
  position: relative;
  overflow: hidden;
  padding-top: 37%;
  margin-left: 0.5%;
  width: 79.5%;
}
.video-carousel-container-desktop .player #vid_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 900px;
}
.video-carousel-container-desktop .list-container {
  width: 19.25%;
  margin-left: 0.25%;
  margin-right: 0.5%;
  position: relative;
  min-height: 100%;
  max-height: 600px;
  height: 600px;
  overflow-y: hidden;
  font-size: 0;
}
.video-carousel-container-desktop .list-container button {
  font-size: 25px;
  width: 100%;
  height: 25px;
}
.video-carousel-container-desktop .list-container .up {
  top: 0;
}
.video-carousel-container-desktop .list-container .down {
  bottom: 0;
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.video-carousel-container-desktop .list-content {
  position: relative;
  top: 0;
  padding-bottom: 1px;
}
.video-carousel-container-desktop .list {
  font-size: 0;
  height: 100%;
  overflow: hidden;
  min-height: 300px;
}
.video-carousel-container-desktop .list .list-item {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.video-carousel-container-desktop .list .list-item:first-of-type {
  margin-top: 25px;
}
.video-carousel-container-desktop .list .list-item:last-of-type {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .video-carousel-header {
    font-size: 25px;
  }
}
