.blur-bgimg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  -ms-backdrop-filter: blur(15px);
  -op-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  height: 100%;
  width: 100%;
}
body .bo-slider .bo-slide video {
  object-fit: contain !important;
  height: 600px !important;
}
body .bo-slider .bo-slide img {
  height: 250px !important;
}
.thumbnails-area {
  white-space: nowrap;
  overflow: auto;
margin-bottom: 10px;
} 
.thumbnails-area .thumbnail {
width: 120px;
height: 80px;
object-fit: contain;
object-position: center;
overflow: hidden;
padding: 5px;
display: inline-block;
} 
.thumbnails-area .thumbnail img{
width: 120px;
height: 80px;
object-fit: contain;
object-position: center;
}
.thumbnails-area .thumbnail video{
width: 120px;
height: 80px;
object-fit: contain;
object-position: center;
} 
.bo-dot {
cursor: pointer;
height: 0px;
width: 0px;
border-radius: 0px !important;
background-color: transparent !important;
}
.bo-dot:hover, .selected {
background-color: transparent !important;
}

@media (min-width: 768px) {
  body .bo-slider .bo-slide img {
    height: 600px !important;
  }
}
