.adLR {
    position: absolute;
    width: 120px;
    height: calc(100%);
    top: 54px;
}

.adL {
    left: -150px;
}

.adR {
        left: calc(100% + 30px);
}

.adLR img {
    /*opacity: 0.5;*/
    /*display: block;*/
}

.adR img {
/*    padding-bottom: 10px;
    padding-left: 45px;*/
}

.adL img {
/*    padding-bottom: 10px;
    padding-right: 45px;
    float: right;*/
}

@media screen and (max-width: 1450px) {
    .adLR {
        display: none;
    }
}