@media only screen and (min-width:5px) and (max-width:874px) and (orientation:landscape) {
.top .controlador {
    background: white;
    display: inherit;
}     
 .rotate {
    background: url("../svg/rotate.svg");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-size: 20%;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 55% 50%;
    display: inherit;
  }
      .top,
      .dropdown, 
      .toogle,
      .aviso, 
      .homepage, 
      .atelier,
      .blog,
      .quem_somos, 
      .projectos, 
      .sobre, 
      .servicos,
      .contacto,
      .produtos_all, 
      #pageloja, 
      #pagewhishlist, 
      #pagecheckout, 
      #pagecarrinho,
      .down_master, 
      .wc-sob-consulta-container{
        display: none !important;
        }
      
}
 