.wrapper {
  /*width: 90%;
  max-width: 1100px;*/
  width: 100%;
  margin: 0 auto;
}

/*para resolver o problema de não funcionar o touch nos ipads e androids*/
.rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0);
}



    @media screen and (min-width: 0px) and (max-width: 760px) {
        
        .wrapper {
            width: 100%;
        }
	 }

        
/*marcas para evitar que a imagem em fullscreen fique demasiado pequena*/


@media screen and (min-width:1440px) {
  .home {
      height: 433px !important;
  }
}
@media screen and (min-width:480px) and (max-width:900px) {
    .home  {
        height: 380px !important;
    }
}

@media screen and (max-width:479px) {
    .home  {
        height: 237px !important;
    }
}


