/**
 * 2. monitör (1280×1024): 1920×1080 düzeninin %80 ölçekli görünümü.
 */
html.vp-1280x1024-scale {
	overflow-x: hidden;
}

html.vp-1280x1024-scale body {
	zoom: 0.8;
}

html.vp-1280x1024-scale .wow {
	visibility: visible !important;
	opacity: 1 !important;
	animation-name: none !important;
	transform: none !important;
}

@supports not (zoom: 0.8) {
	html.vp-1280x1024-scale body {
		transform: scale(0.8);
		transform-origin: top center;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

html.vp-1280x1024-scale section.home-slider.home-slider,
html.vp-1280x1024-scale .main > section.home-slider,
html.vp-1280x1024-scale section.home-slider.mb-50 {
	min-height: 0 !important;
	height: auto !important;
	margin-top: 25px !important;
	padding-top: 0 !important;
}

html.vp-1280x1024-scale section.home-slider .home-slide-cover,
html.vp-1280x1024-scale section.home-slider .hero-slider-1,
html.vp-1280x1024-scale section.home-slider .hero-slider-1 .slick-list,
html.vp-1280x1024-scale section.home-slider .hero-slider-1 .single-hero-slider {
	min-height: 430px !important;
	height: 430px !important;
}
