<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1366px){
  .text-rotation-header:before {
    content: "";
    height: 70%;
}
    .header-subinformation {top:140px}
    .video-container {height:762px}
    .cat-descritpion {top:140px}
}

@media screen and (min-width: 1367px) 
{

  .text-rotation-header:before {
    content: "";
    height: 100%;
}
    
        .header-subinformation {top:400px}
    .video-container {height:1080px}
    .cat-descritpion {top:380px}
    
}
</pre></body></html>