.push-top-container {
    display: none;
    position: fixed;
    top: 12px;
    right: -320px;
    z-index: 1000;
}
.push-top {
    border-radius: 5px;
    background-color: #fff;
    padding: 0;
    margin-bottom: 12px;
    display: flex;
    width: 320px;
    overflow: hidden;
}
.push-top > .media {
    border-radius: 5px 0 0 5px;
    flex: 0 0 290px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.push-top > .media:hover {
    transform: scale(1.03);
}
.push-top > .close {
    flex: 1;
    text-align: center;
    cursor: pointer;
    color: #999;
    background-color: #fff;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.push-top > .close:hover {
    color: #000;
}
.push-slider {
    display: none;
    left: 0;
    bottom: 0;
    position: fixed;
    width: 300px;
    aspect-ratio: 16 / 9;
    cursor: pointer;
    z-index: 999;
    background-color: #000;
}
.push-slider:nth-of-type(2) {
    left: auto;
    right: 0;
}
.push-slider .vid {
    z-index: 999;
    width: 100%;
    height: 100%;
    outline: none;
    border: 0;
}
.push-slider .close, .push-bottom > .close {
    position: absolute;
    padding: 5px 20px;
    font-size: 12px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    z-index: 10001;
    top: 0;
    right: 0;
}
.push-bottom > .close {
    padding: 4px 15px;
}
.push-slider .close:hover, .push-bottom > .close:hover {
    background: rgba(0,0,0,0.75);
}
.push-bottom-container {
    width: 100%;
    padding: 3px 0 0 0;
    background-color: rgba(0, 0, 0, 0.05);
    position: fixed;
    bottom: 0px;
    text-align: center;
    animation-name: push-bottom-animation;
    animation-duration: 0.5s;
    display: none;
    z-index: 3;
}
.push-bottom {
    width: 400px;
    aspect-ratio: 5 / 1;
    margin: auto;
    position: relative;
    cursor: pointer;
}
.push-bottom .media, .push-bottom img {
    width: 100%;
    height: 100%;
}
.push-bottom:hover {
    transform: scale(1.03);
}
.banner-sexgps {
    width: 100%;
    border-radius: 5px;
    padding-top: 8.33%;
    background-color: #225953;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cdefs%3E%3Cpattern id='pattern' x='0' y='0' width='200' height='200' patternUnits='userSpaceOnUse'%3E%3Crect width='200' height='200' fill='%23225953'/%3E%3Cpath d='M0 0c80 50 120 50 200 0v100c-80 50-120 50-200 0z' fill='%231b4641'/%3E%3Cpath d='M0 100c80 50 120 50 200 0v100c-80 50-120 50-200 0z' fill='%232a6b64'/%3E%3Ccircle cx='0' cy='0' r='30' fill='%231b4641' opacity='0.3'/%3E%3Ccircle cx='200' cy='200' r='30' fill='%232a6b64' opacity='0.3'/%3E%3Ccircle cx='0' cy='200' r='20' fill='%232a6b64' opacity='0.3'/%3E%3Ccircle cx='200' cy='0' r='20' fill='%231b4641' opacity='0.3'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23pattern)'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 200px 200px;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: #4e6561 1px solid;
}
.banner-sexgps > div {
    position: absolute;
    top: 10%;
    left: 1%;
    width: 98%;
    height: 80%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.banner-sexgps > div > div {
    padding: 0 14px 5px 0;
    font-size: 0.9em;
}
.banner-sexgps > div > div:nth-child(1) {
    padding-right: 5px;
    font-weight: bold;
}
.banner-sexgps a {
    color: #fff;
}
.banner-sexgps a:hover {
    color: #f7e4a4;
}
.static-container-4, .static-container-5 {
    width: 100%;
}
.static-container-4 > .media, .static-container-5 > .media {
    width: 100%;
    margin: auto;
    aspect-ratio: 12 / 1;
    object-fit: cover;
    margin-bottom: 5px;
    background-color: #fafafa;
    overflow: hidden;
}
.static-container-4 > .media:last-child, .static-container-5 > .media:last-child {
    margin-bottom: 0px;
}
.static-container-4 > .media img, .static-container-5 > .media img {
    width: 100%;
    height: 100%;
}
.static-container-4 > .media iframe, .static-container-5 > .media iframe {
    display: block;
    margin: auto;
    width: 100%;
}
.static-container-8 {
    width: 100%;
}
.static-container-8 > .media {
    margin: auto;
    width: 170px;
    height: 212.5px;
    margin-bottom: 10px;
    background-color: #fafafa;
    overflow: hidden;
}
.static-container-8 > .media:last-child {
    margin-bottom: 0;
}
.static-container-8 > .media img {
    width: 100%;
    height: 100%;
}
.static-container-6 {
    padding: 5px;
    display: flex;
    justify-content: center;
}
.static-container-6 > .media {
    overflow: hidden;
    margin-right: 5px;
}
.static-container-6 > .media img {
    width: 131.87px;
    height: 200px;
}
.recommendation_widget {
    width: 980px;
    margin: auto;
    aspect-ratio: 12 / 2.92;
    overflow: hidden;
}

@keyframes push-bottom-animation {
    from {
        bottom: -100px;
    }
    to {
        bottom: 0px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .push-top-container {
        right: -315px;
    }
    .push-top {
        width: 380px;
    }
    .push-top > .media {
        flex: 0 0 320px;
        height: 55.17px;
    }
    .push-top > .close:hover {
        color: #000;
    }
    .push-top > .close {
        font-size: 25px;
    }
    .push-slider .close, .push-bottom > .close {
        font-size: 20px;
    }
    .push-slider {
        border: 0;
        width: 47.5vw;
        bottom: 16vh;
    }
    .push-bottom {
        width: 100%;
    }
    .banner-sexgps {
        padding-top: 18%;
    }
    .banner-sexgps > div {
        top: 10%;
        left: 2%;
        width: 96%;
        height: 80%;
    }
    .banner-sexgps > div > div {
        padding: 0 12px 2px 0;
        font-size: 0.85em !important;
    }
    .static-container-8 {
        width: 100%;
    }
    .static-container-8 > .media {
        margin: auto;
        width: 170px;
        height: 212.5px;
        margin-bottom: 10px;
        background-color: #fafafa;
        overflow: hidden;
    }
    .static-container-8 > .media:last-child {
        margin-bottom: 0;
    }
    .static-container-8 > .media img {
        width: 100%;
        height: 100%;
    }
    .static-container-6 {
        padding: 5px;
        display: flex;
        justify-content: center;
    }
    .static-container-6 > .media {
        overflow: hidden;
        margin-right: 5px;
    }
    .static-container-6 > .media img {
        width: 131.87px;
        height: 200px;
    }
    .recommendation_widget {
        width: 100%;
        aspect-ratio: 45 / 32;
    }
}

@media only screen and (max-width: 767px) {
    .push-top-container {
        right: -58vw;
    }
    .push-top {
        width: 58vw;
    }
    .push-top > .media {
        flex: 0 0 52vw;
        height: 8.97vw;
    }
    .push-top > .close:hover {
        color: #000;
    }
    .push-slider {
        border: 0;
        width: 47.5vw;
        bottom: 9.5vh;
    }
    .push-bottom {
        width: 100%;
    }
    .banner-sexgps {
        padding-top: 18%;
    }
    .banner-sexgps > div {
        top: 10%;
        left: 2%;
        width: 96%;
        height: 80%;
    }
    .banner-sexgps > div > div {
        padding: 0 12px 2px 0;
        font-size: 0.85em !important;
    }
    .static-container-8 {
        width: 100%;
    }
    .static-container-8 > .media {
        margin: auto;
        width: 170px;
        height: 212.5px;
        margin-bottom: 10px;
        background-color: #fafafa;
        overflow: hidden;
    }
    .static-container-8 > .media:last-child {
        margin-bottom: 0;
    }
    .static-container-8 > .media img {
        width: 100%;
        height: 100%;
    }
    .static-container-6 {
        padding: 5px;
        display: flex;
        justify-content: center;
    }
    .static-container-6 > .media {
        overflow: hidden;
        margin-right: 5px;
    }
    .static-container-6 > .media img {
        width: 131.87px;
        height: 200px;
    }
    .recommendation_widget {
        width: 100%;
        aspect-ratio: 45 / 32;
    }
}