body{
		font-family: sans-serif;
		background-color: #000;
	}
* {
	margin: 0;
	padding: 0;
	text-align: center;
	}
#slides{
	width: 380px;
	height: 700px;
	margin: 0 auto;
	overflow: hidden;
	}

img {
	width: 100%;  /* largura  - Ajusta a imagem ao tamanho da tela */
	height: 100%;  /* Altura */
}

/* -----------------------------------------------------------------------------------------------------------------   */
/* Monitores grandes acima de 1440   */
@media (max-width: 1024px) {
.slideshow {
		width: 1024px;
		height: 600px

		  }
}


/* Monitores grandes acima de 1440   */
@media (min-width: 1025px) and (max-width: 1281px) {
body {
	background-color: #000;
}

.slideshow {
		width: 1280px;
		height: 720px;

		  }
}

/* Monitores grandes acima de 1440   */
@media (min-width: 1282px) and (max-width: 1370px) {

.slideshow {
		width: 1366px;
		height: 767px

		  }
} /*  Final da Media Querie */

/* -----------------------------------------------------------------------------------------------------------------   */
/* Monitores grandes acima de 1440   */
@media (min-width: 1400px) and (max-width: 1900px) {
.slideshow {
		width: 1440px;
		height: 900px
		  }
 } /* Final da Media Querie para telas maiores que 1440px ... */

 /* -----------------------------------------------------------------------------------------------------------------   */
/* Monitores grandes acima de 1440   */
@media (min-width: 1920px) {
.slideshow {
		width: 1920px;
		height: 1080px
		  }
 } /* Final da Media Querie para telas maiores que 1440px ... */
