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

.slide {
	background-position: center -500px;
	background-repeat: no-repeat;
	background-size: cover;
}

@media print, screen and (min-width: 768px) {
.slide {
	background-position: center 0px;
	background-size: contain;
}
}
