.suspended_advertising {

}

.suspended_advertising_box {
    width: 130px;
    height: 200px;
    background-color: #00a0e9;
    position: fixed;
}

.suspended_advertising .left {
    top: 10%;
    left: calc(50vw - 750px);
}

.suspended_advertising .right {
    top: 40%;
    right: calc(50vw - 750px);
}

.suspended_advertising_box .close_icon {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 7px;
    top: 7px;
    background-image: url("/static/images/icon/close.png");
}

.suspended_advertising_box .close_icon:hover {
    cursor: pointer;
}