
@media screen and (max-width: 1000px) {

	#left,
	#right {
		display: none !important;
	}

	.float_bl {
		font-size:large !important;
	}
}

@media screen and (max-width: 1000px) {
	.responsive_img {
		max-width: min(max(1280px, 65vmin), 95vw) !important;
	}
}

@media screen and (max-height: 600px) {
	.responsive_img {
		max-height: 75vmin !important;
	}
}

@media screen and (max-height: 500px) {
	.responsive_img {
		max-height: 90vmin !important;
	}
}

@media screen and (max-height: 500px) {

	#float_br,
	#float_bl,
	#float_tr,
	.Search,
	.submit,
	.float_tl,
	.input-wrapper {
		display: none !important;
	}
}

@media screen and (max-height: 600px) {
	#info {
		display: none !important;
	}
}

/* Hide search on width
@media screen and (max-width: 500px) {
    .Search, .submit, .input-wrapper {
        display: none !important;
    }
}
*/

BODY {
	background-image: url('../../layout/img/dot_bg.png'), url('../../layout/img/BACK14SCR.png');
}

#info {
	display: none;
}

#inform:hover {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		background-color: #111;
	}
}

#left {
	vertical-align: middle;
	font-size: 10vmin;
	color: rgba(90, 90, 90, 0.25);
	margin-right: 2.25vw;
	cursor: pointer;
	display: inline-flex;
	overflow: hidden;
	transition: all 0.15s ease-out;
}

#right {
	vertical-align: middle;
	font-size: 10vmin;
	color: rgba(90, 90, 90, 0.25);
	margin-left: 2.25vw;
	cursor: pointer;
	display: inline-flex;
	overflow: hidden;
	transition: all 0.15s ease-out;
}

div#qTip {
	padding: 3px;
	display: none;
	background: #232323;
	color: var(--medium);
	border-bottom: 1px solid #2C5054;
	border-right: 1px solid #2C5054;
	border-left: 1px solid #2C5054;
	border-top: 1px solid #2C5054;
	font: bold 9px Verdana, Arial, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
}

.main_img {
	image-rendering: -webkit-optimize-contrast;
	width: 900px;
	height: 563px;
	border: 4px solid #222222;
	border-radius: 2px;
}

.responsive_img {
	width: 1280;
	height:800;
	z-index: 99;
	image-rendering: pixelated;
	vertical-align: middle;
	max-height: 65vmin;
	max-width: min(max(1150px, 65vmin), calc(90vw - 100px));
	aspect-ratio: 8/5 !important;
	border: 4px solid #222222;
	border-radius: 3px;
	filter: brightness(104%) contrast(105%) saturate(110%);
	transition: all 0.15s ease-out;
}

.responsive_div {
	display: inline-block;
	vertical-align: middle;
	min-width: 50vmin;
	min-height: 40vmin;
	image-rendering: pixelated;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

img:not([src]) {
	visibility: hidden;
}

.img_container {
	padding: 100px;
}
