@media screen and (orientation:landscape) and (min-width: 768px) and (max-width: 900px) {
		#indexDiv {
		width: 90% !important;
		height: 90% !important;
		margin: 5% auto !important;
		display: block !important;
		position: relative !important;
		background: rgba(242, 246, 248, 0.31) !important;
		background: -moz-linear-gradient(top, rgba(242, 246, 248, 0.71) 0%,
			rgba(216, 225, 231, 0.75) 50%, rgba(181, 198, 208, 0.75) 71%,
			rgba(224, 239, 249, 0.79) 100%) !important;
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242, 246,
			248, 0.71)), color-stop(50%, rgba(216, 225, 231, 0.75)),
			color-stop(71%, rgba(181, 198, 208, 0.75)),
			color-stop(100%, rgba(224, 239, 249, 0.79))) !important;
		background: -webkit-linear-gradient(top, rgba(242, 246, 248, 0.71) 0%,
			rgba(216, 225, 231, 0.75) 50%, rgba(181, 198, 208, 0.75) 71%,
			rgba(224, 239, 249, 0.79) 100%) !important;
		background: -o-linear-gradient(top, rgba(242, 246, 248, 0.71) 0%,
			rgba(216, 225, 231, 0.75) 50%, rgba(181, 198, 208, 0.75) 71%,
			rgba(224, 239, 249, 0.79) 100%) !important;
		background: -ms-linear-gradient(top, rgba(242, 246, 248, 0.71) 0%,
			rgba(216, 225, 231, 0.75) 50%, rgba(181, 198, 208, 0.75) 71%,
			rgba(224, 239, 249, 0.79) 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8',
			endColorstr='#e0eff9', GradientType=0) !important;
		-o-border-radius: 10px !important;
		-moz-border-radius: 12px !important;
		-webkit-border-radius: 10px !important;
		-webkit-box-shadow: 0px 3px 7px #c0c0c0 !important;
		border-radius: 10px !important;
		-moz-box-sizing: border-box !important;
		-opera-sizing: border-box !important;
		-webkit-box-sizing: border-box !important;
		-khtml-box-sizing: border-box !important;
	}
	#indexFlex {
		display: flex !important;
		width: 100% !important;
		margin: auto !important;
	}
	.indexLandscapeInner {
		width: 100% !important;
	}
	div.indexLandscapeInner:nth-child(3) {
		margin-right: 41px !important;
	}
	div.innerLandscape:nth-child(2)>img:nth-child(1) {
		width: 90% !important;
	}
	.button {
		display: inline-block !important;
	}
	.buttonLandscapeInner {
		width: 50% !important;
		margin: auto !important;
		display: flex !important;
	}
	.innerLandscape {
		width: 100% !important;
	}
	}