.lot-image .video-wrapper {
  position: relative;
  padding-bottom: 57%;
  padding-top: 25px;
  height: 0;
  display: none;
}

.lot-image.display-video .video-wrapper {
  display: block;
}

@media only screen and (min-width: 900px) {
    .lot-image.display-video .video-wrapper {
        min-height: 360px;
    }
}

.lot-image .video-wrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.lot-image.display-video .lot-details-image {
  display: none;
}


.lot-image .lot-details-image .video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lot-image .lot-details-image .video:after {
  font-family: "spa-icons" !important;
  content: 'c';
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  padding-top: 30%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.lot-image .lot-details-image .video img {
    margin: 0 auto;
}

@media only screen and (min-width: 500px) and (max-width: 799px) {
  .lot-image .lot-details-image .video:after {
    font-size: 50px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 700px) {
  .lot-image .lot-details-image .video:after {
    padding-top: 27%;
  }
}

@media only screen and (min-width: 701px) and (max-width: 767px) {
  .lot-image .lot-details-image .video:after {
    padding-top: 23%;
  }
}

.lot-image .lot-details-image-nav .slick-slide.video {
  position: relative;
  display: inline-block;
}
.lot-image .lot-details-image-nav .slick-slide.video img {
  width: 80px;
  height: 80px;
}

.lot-image .lot-details-image-nav .slick-slide.video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #414042;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.lot-image .lot-details-image-nav .slick-slide.video:after {
  font-family: "spa-icons" !important;
  content: 'c';
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  padding-top: 35%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
