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

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