@media (orientation: landscape) {
    img {
        height: 50%;
    }
}

@media (orientation: portrait) {
    img {
        width: 50%;
    }
}
