@charset "UTF-8";
/* CSS Document */


@media only screen and (min-width: 1201px) {
.bg {
	background: url(../exclude/large-plate-green.png);
	position: fixed;
	width: 100%;
	height: 160%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #F2F2F2;
	background-size: cover;
	background-position: center center;
	background-repeat: repeat-y;
}
.plate {
	display: none;
}
.plate img {
	display: none;
}
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
.bg {
	background: url(../exclude/large-plate-green.png);
	position: fixed;
	width: 100%;
	height: 160%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #F2F2F2;
	background-size: cover;
	background-position: center center;
	background-repeat: repeat-y;
}
.plate {
	display: none;
}
.plate img {
	display: none;
}	
}


@media only screen and (max-width: 768px) and (min-width: 481px) {
.bg {
	background: url(../exclude/large-plate-green.png);
	position: fixed;
	width: 100%;
	height: 150%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #F2F2F2;
	background-size: cover;
	background-position: center center;
	background-repeat: repeat-y;
}
.plate {
	display: none;
}
.plate img {
	display: none;
}		
}


@media only screen and (max-width: 480px) {
.bg {
	background: url(../exclude/small-plate-green.png);
	position: fixed;
	width: 100%;
	height: 280%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #F2F2F2;
	background-size: cover;
	background-position: center center;
	background-repeat: repeat-y;
}
.plate {
	display: none;
}
.plate img {
	display: none;
}
}