@media screen and (aspect-ratio: 9/16) and (orientation: portrait){
    .logo{
        width: 200px;
    }
}