.fullbet-ad {
    display: block;
    text-align: center;
    margin: 20px auto;
    max-width: 100%;
}

.fullbet-ad__creative {
    display: inline-block;
    line-height: 0;
    max-width: 100%;
}

.fullbet-ad__creative img {
    max-width: 100%;
    height: auto;
    display: block;
}

.fullbet-ad__creative--link {
    text-decoration: none;
}

.fullbet-ad__creative--html {
    line-height: 1.4;
    text-align: left;
}

.fullbet-ad--skin-left,
.fullbet-ad--skin-right {
    position: fixed;
    top: 130px;
    width: 160px;
    z-index: 60;
    margin: 0;
}

.fullbet-ad--skin-left  { left: max(8px, calc(50% - 720px - 170px)); }
.fullbet-ad--skin-right { right: max(8px, calc(50% - 720px - 170px)); }

@media (max-width: 1439px) {
    .fullbet-ad--skin-left,
    .fullbet-ad--skin-right { display: none; }
}
