.depicter-revert.depicter-1 {
    background-color: #FFFFFF;
}

.depicter-1:not(.depicter-ready) {
    height: 534px;
}

/***** Tablet *****/
@media screen and (max-width: 1024px) {

    .depicter-1:not(.depicter-ready) {
        height: 700px;
    }

}

/***** Mobile *****/
@media screen and (max-width: 767px) {

    .depicter-1:not(.depicter-ready) {
        height: 740px;
    }

}
