@media screen and (orientation: landscape) and (min-width: 1024px) {

  #tz_anim{
    width: auto;
    height: 80%;
  }
  #tz_smuss-flat{
    width: auto;
    height: 70%;
  }
  
  
}

@media screen and (orientation: portrait), ((orientation: landscape) and (max-width: 1024px)) {
  
  #all{
    left: 0%;
    transform: translate(0%);
    width: 80%;
    height: auto;
  }
}