﻿.landscape-view {
    display: none
}

.desktop-view {
    display: block;
    min-height: 472px;
}

@media (min-width:640px) and (max-width:991px) {
    .landscape-view {
        display: block;
        background-position: bottom center;
        min-height: 331px;
    }

    .desktop-view {
        display: none
    }
}
