.home__slider--item:after {
   padding-bottom: 56.125%;
}
/*Desktop dz*/
@media (min-width: 1200px) {
	.home__slider--item:after {
		padding-bottom: 36.45% !important;
	}
}

/*phone*/
@media (min-width: 576px) {
	.home__slider--item:after {
		padding-bottom: 56.125% !important;
	}
}

/*tablet*/
@media (min-width: 992px) {
	.home__slider--item:after {
		padding-bottom: 35.15% !important;
	}
}