@media screen and (min-width: 961px) {
    .t585 .t585__img {
        width: 50%;
        margin-right: 20px;
        margin-bottom: 0px;
        float: left;
        transition: width .5s ease;
        cursor: zoom-in;
    }

    .t585 .t585__zoomed {
        width: 100%;
        margin-right: 0px;
        cursor: zoom-out;
    }
}

@media screen and (max-width: 960px) {
    .t585 .t585__textwrapper {
        display: flex;
        flex-flow: column-reverse nowrap;
    }
}