.img-to-right {
    position: absolute;
    z-index: -20;
    right: 0;
    transform: translateY(-100px);
}

@media only screen and (max-width: 600px) {
    .img-to-right img {
        height: 35vw;
        transform: translateY(240px);
    }
}
