.slick-slide img{
	width: 100% !important;
	height: auto;
	object-fit: cover;
}

@media only screen and (min-width: 768px) {
	.slide-it.mobile{
		display: none !important;
	}
}
@media only screen and (max-width: 767px) {
	.slide-it.desktop{
		display: none !important;
	}
}

.slide-it-new a.more-link div:nth-child(2) img{
    height: auto !important;
    height: 300px !important;
}
@media only screen and (min-width: 768px) {
    .slide-it-new a.more-link div:nth-child(2){
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .slide-it-new a.more-link div:nth-child(1) {
        display: none !important;
    }
}


.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    bottom: 20px;
    color: #d5122f;
    border: 0;
    background: none;
    z-index: 1;
}

.slick-prev {
    left: 20px;
    z-index:99999;
}


.slick-next {
    right: 30px;
    text-align: right;
}


.slick-prev:hover:after,
.slick-next:hover:after {
    color: #7e7e7e;
}

.slick-next:before, .slick-prev:before{
    font-size: 30px !important;
}