.swiper-container {
        width: 100%;
        height: 100%;
		position:relative;
		overflow:hidden;
		display:flex;
		flex-direction:column;
		justify-content: space-between;
		z-index:2;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		flex-direction:column;
      }

      .swiper-slide img { display: block; width: auto; height: auto; max-height:60vh; object-fit: cover; margin-top:8rem;}
	  
	  .swiper-pagination {font-size:13px;}
	  .swiper-button-next, .swiper-button-prev {color:#333;}
	  
	  
@media only screen and (min-width: 360px) {
      .swiper-slide img { display: block; width: 100%; height: auto;  object-fit: cover; margin-top:5rem;}
	  .swiper-button-next, .swiper-button-prev {display:none;}
}
	  
@media only screen and (min-width: 429px) {
      .swiper-slide img { display: block; width: auto; height: auto; max-height:45vh; object-fit: cover; margin-top:3rem;}
}

@media only screen and (min-width: 640px) and (orientation: landscape) {
      .adicional {display:none;}
}



@media only screen and (min-width: 769px) {
      .swiper-slide img { display: block; width:auto; height: auto; max-height:45vh; object-fit: cover; margin-top:2rem;}
	  .swiper-button-next, .swiper-button-prev {display:block;}
	  .adicional {display:flex;}
}

@media only screen and (max-width: 836px) and (orientation: landscape) {
      .adicional {display:none;}
}

@media only screen and (min-width: 1025px) {
	.swiper-slide img { display: block; width: auto; height: auto; max-height:45vh; object-fit: cover; margin-top:0rem;}
	.adicional {display:flex;}
	
}

@media only screen and (min-width: 1281px) {
    .swiper-slide img { display: block; width: auto; height: auto; max-height:60vh; object-fit: cover; margin-top:0rem;}
	.adicional {display:flex;}
}