.floating-image.left {
    display: none;
    position: absolute;
    top: -50px;
    bottom: 0;
    height: 225%;
    left:0;
    width: auto!important;
    z-index: -1;
}

@media (min-width: 1026px) {
    .floating-image.left {
        display: block;
    }
}