#default_hype_container {position:relative;}
.hype-button{    z-index: 1000;
    display: inherit;
    position: relative;
    text-align: center;
    margin-top: -5rem;
}
@media screen and (max-width:768px){
  #default_hype_container {min-width:100vw;}
  .hype-button{margin-top:-2rem;}
  .HYPE_scene {left:1rem !important;}
}
@media screen and (min-width:768px) and (max-width:1120px){
  #default_hype_container {min-width:94vw;}
  .HYPE_scene {width:95% !important; left:2rem !important;}
}