@media screen and (max-width: 991px) {
    .only-picture-column {
        height: 45vh;
        display: block !important;
    }
    .only-picture-column:last-child {
        background-position: top;
    }
}
