@media (max-height: 500px) and (orientation: landscape) {


	#swipebox-video-container,
	.swipebox-video-container {
		padding-bottom: 0 !important;
		height: 91vh !important;

		max-width: calc(91vh * 1.777) !important;
		width: 100% !important;

		/* Центрируем плеер по экрану */
		margin: 0 auto !important;
		position: relative !important;
		top: 28%
			/*50%*/
			!important;
		transform: translateY(-37%) !important;
	}

	#swipebox-video-container iframe,
	.swipebox-video-container iframe {
		width: 100% !important;
		height: 100% !important;
	}


	#swipebox-top-bar,
	#swipebox-bottom-bar {
		height: 40px !important;
	}

	#swipebox-close {
		top: 5px !important;
	}
}