

/* Start:/local/templates/main/components/bitrix/news.list/home_slider/style.css?1779112568324*/
.home__slider {
	position: relative;
	height: 75vh;
	max-height: 725px;
	overflow: hidden;
}

.home__slider img {
	width: 100%;
	max-height: 100%;
	transform: scale(.95);
	transition: .3s linear
}

.home__slider img:hover {
	transform: scale(1);
}

@media(max-width: 997px) {
	.home__slider {
		height: 80vw !important;
	}
}
/* End */
/* /local/templates/main/components/bitrix/news.list/home_slider/style.css?1779112568324 */
