.slider_new_main .owl-item .image__main-item img{
    height:480px;
}
.slider_new_main .owl-item.active.my-first-active .item .image__main-item img{
    height:560px;
}
.slider_new_main .image__main-item{
	height:auto !important;
}
.slider_new_main .owl-carousel .owl-stage-outer .owl-stage{
	display:flex;
}
.slider_new_main .owl-carousel .image__main-item img {
    object-fit: initial !important;
    width: auto !important;
	transition:all 0.1s linear;
}
.images__main-card {
    display: grid;
    grid-auto-columns: min-content;
}
body .slider_new_main .owl-item .slider_main_text{
	display:none;
}
.slider_new_main .owl-item.active.my-first-active .slider_main_text{
	display:block;
}
.images__main {
    padding-top: 20px;
    margin-top: -20px;
}

@media (max-width: 1700px) {
	.slider_new_main .owl-item .image__main-item img{
		height: 23vw;
	}
	.slider_new_main .owl-item.active.my-first-active .item .image__main-item img{
		height: 26vw;
	}
}
@media (max-width: 1400px) {
	.slider_new_main .owl-item .image__main-item img{
		height:22vw;
	}
	.slider_new_main .owl-item.active.my-first-active .item .image__main-item img{
		height:25vw;
	}
	body .slider_new_main .owl-item.active .slider_main_text {
		width: 100%;
		font-size: 18px;
	}
	body .slider_new_main .arrows__container {
    top: -80px;
}
}


@media (max-width: 768px) {
	.slider_new_main .owl-item .image__main-item img{
		height: 52vw;
	}
	.slider_new_main .owl-item.active.my-first-active .item .image__main-item img{
		        height: 61vw;
	}

}