.oht-slider-new {
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
}
.oht-slider-new .carousel-outer {
    position: relative;
}
.oht-slider-new .carousel-outer .carousel-item img {
    height: 400px;
    object-fit: cover;
}
.oht-slider-new .carousel-caption {
    bottom: 0;
    right: unset;
    left: unset;
    background-color: rgba(0, 0, 0, 0.7) ;
    backdrop-filter: blur(3px);
    width: 100%;
    text-align: left;
    padding: 5px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:10px;
    pointer-events: none;
    font-size: .9em;
}
.oht-slider-new .carousel-caption h5{
    font-size: 1em!important;
}
.oht-slider-new .carousel-caption p.excerpt {
    margin-bottom: 0;
}
.oht-slider-new .carousel-caption .date-author-byline {
    margin: 3px 0;
    display: block;
}
.oht-slider-new .carousel-indicators {
    margin: 0;
    position: static;
    text-align: left;
    white-space: nowrap;
    justify-content: left;
    overflow: auto;
    -ms-overflow-style: none;
   /* Internet Explorer 10+ */
    scrollbar-width: none;
   /* Firefox */
}
.oht-slider-new .carousel-indicators::-webkit-scrollbar {
    display: none;
   /* Safari and Chrome */
}
.oht-slider-new .carousel-indicators li {
    display: inline-block;
    width: unset;
    height: unset;
    margin: 0;
    border: none;
}
.oht-slider-new .carousel-indicators li img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: block;
    opacity: 0.7;
    max-width: unset;
}
.oht-slider-new .carousel-indicators li.active img {
    opacity: 1;
}
.oht-slider-new .carousel-indicators li:hover img {
    opacity: 1;
}
.oht-slider-new.thumbnails-horizontal .carousel-indicators {
    margin-top: 5px;
}
.oht-slider-new.thumbnails-horizontal .carousel-indicators li {
    margin-right: 5px; 
}
.oht-slider-new.thumbnails-horizontal .carousel-indicators li:last-child {
    margin-right: 0;
}
.oht-slider-new.thumbnails-vertical {
    flex-direction: row;
}
.oht-slider-new.thumbnails-vertical .carousel-outer {
    flex: 1;
}
.oht-slider-new.thumbnails-vertical .carousel-indicators {
    flex-direction: column;
    margin-left: 5px;
}
.oht-slider-new.thumbnails-vertical .carousel-indicators li {
    margin-bottom: 5px;
}
.oht-slider-new.thumbnails-vertical .carousel-indicators li:last-child {
    margin-bottom: 0;
}

/* change arrows for carousel */
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
/* change arrows for carousel */
.carousel-control-prev,
.carousel-control-next{
    height: 35px;
    width: 35px;
    outline:#000;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #000;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    top: 45%;
    z-index: 100;
    margin:2px;
}


.oht-slider-new  .carousel-indicators-no-thumbs {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.oht-slider-new  .carousel-indicators-no-thumbs::-webkit-scrollbar {
    display: block;
   /* Safari and Chrome */
}
.oht-slider-new  .carousel-indicators-no-thumbs .active{
    background-color:white;
    opacity: 1;
}
.oht-slider-new  .carousel-indicators-no-thumbs li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;

}
@media (max-width: 600px) {
    .carousel-caption  {
        max-height: 38%;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height:1.1;
    }
    .carousel-caption h5{
        margin:0;
    }
    .carousel-control-prev, .carousel-control-next {
        top: 25%;
    }
    .oht-slider-new .excerpt{
		display:none;
	}
	.oht-slider-new .aspect-ratio-box{
		--after-padding-bottom:80%!important;
	}
	.carousel-control-prev, .carousel-control-next{
		top:45%
	}
	/* fix e-edtion mobile view */
	.oht-slider-new-e-edition{
		margin-bottom:50px;
		width:260px;
		margin-left:auto;
		margin-right:auto;
		border:solid thin #ccc;
	}
}
