
.item-side-img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    max-width: 330px;
}

@media screen and (min-width: 780px) {
    .item-side-img {
        float: right;
        max-width: 33vw;
        margin-left: 20px;
    }
}

.img-bg-link {
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 0px;
    color: rgba(0,0,0,0);
    display: inline-block;
}