      .swiper-container {
        width: 100%;
        height: 100%;
		position:relative;
		overflow:hidden;
		display:flex;
		flex-direction:column;
		justify-content: flex-end;
      }

      .swiper-slide {
		display: flex;
        text-align: center;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-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: contain;
      }
	  
	  
	  @media only screen and (min-width: 360px) {
      .swiper-slide img { display: block; width: 100%; height: auto;  object-fit: cover; margin-top:0rem; max-height:70vh;}
}

@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:70vh; object-fit: cover; margin-top:0rem;}
	  
}

@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:80vh; object-fit: contain; margin-top:0rem;}
	
	
}

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