.ad-container {
    position: fixed;
    z-index: 100;
}

.ad-left, .ad-right {
    top: 50%;
    transform: translateY(-50%);
}

.ad-left {
    left: 0;
}

.ad-right {
    right: 0;
}

.web-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ad-bottom-right {
    right: 0;
    bottom: 0;
}

.ad-content {
    position: relative;
    /*background-color: #f9f9f9;*/
    padding: 1px;
    overflow: hidden;
    border-radius: 5px;
}

.ad-content img {
    display: block;
    border-radius: 5px;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0;
}

.ad-label {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #f9f9f9;
    padding: 0 5px;
    font-size: 10px;
    border-radius: 3px;
}

.close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    opacity: .8;
    font-size: 14px;
    height: 18px;
    line-height: 10px;
    z-index: 100;
}

.ad-content:hover .close-btn {
    display: block;
}

.ad-popup {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 102;
}

.ad-popup .ad-content {
    /*width: 50%;*/
    padding: 4px;
}

#adBottom-right, #adWeb-bottom-right, #adWeb-bottom {
    z-index: 101;
    img {
        height: 195px !important;
    }
}