#barraca-do-pescador {
      width: 100%;
      height: 100vh;
      border: none;
}


@media (max-width: 1024px) and (orientation: landscape) and (max-height: 600px) {
   #barraca-do-pescador {
      height: 85vh;
   }
}