@charset "UTF-8";
.carousel div:nth-of-type(1) {
	background-image:url(images/_preview_003_thumb.jpg);
  background-position: center;
}
/* Desktop */ 
@media (min-width: 693px) {.carousel div:nth-of-type(1) {
	background-image:url(images/_preview_003.png);
}
}