@media only screen and (min-width:760px) and (max-width:1200px) and (orientation:landscape) {
    .controlador{
    background:#FF6701;
} 
    
html, body {
  background: #fff;
}
.rotate {
  background: url("../svg/rotate.svg"), url("../images/back.jpg");
    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: 30%, 100%;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 59% 50%;
  display: inherit;
}
.top, .header, .aviso, 
    .wc-ajax-search-icon-wrapper, 
    .crochet_footer,
    .crochet_top,
    .marca-header-wishlist,
    .homepage,
    .produtos_all,
    .wrapper-carrinho,
    .minha_conta,
    .down_master,
    .dropdown,
    .toogle,
    #pageloja,
    #pagewhishlist,
    .projectos,
    .sobre,
    .servicos,
    #pagecheckout, 
    #pagecarrinho {
    display: none !important;
}
}