@media(max-width:767px) {
    .adRobapagina a {
        float: left;
        width: 100%;
        text-align: center;
    }

    /*SUBJECT*/
    .adSubject {
        float: none;
        position: absolute;
        margin: 0;
        top: 0;
        text-align: center;
        overflow: hidden;
        width: 100vw;
        height: 13.5vw;
        margin-top: 140px !important;
    }

    .adSubject>* {
        display: inline-block;
        width: 100%;
        height: auto;
        background-size: 1920px 768px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .adSubject .adSubjectMargin {
        float: left;
        height: 130px;
        display: none;
    }

    .adSubject>a {
        display: none;
    }

    .adSubject>a.adImage {
        display: inline-block;
        width: 100vw;
        height: 13.5vw;
        overflow: hidden;
    }

    .adSubject>a.adImage>img {
        width: 200vw;
        height: auto;
        margin: 0;
        left: -50vw;
    }

    /*MEGABANNER*/
    .adMegabanner {
        width: 100vw;
    }

    .adMegabanner img {
        width: 100%;
    }
}

@media(max-width:991px) {
    article.fundamental.f-subject {
        position: static;
        float: left;
        width: 100vw;
        height: 13.5vw;
        margin-top: 120px !important;
    }

    .f-subject>a {
        display: none;
    }

    .f-subject>a.f-image {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        height: 13.5vw;
    }

    .f-subject>a.f-image>img {
        width: 200vw;
        height: auto;
        margin: 0;
        left: -50vw;
    }
}

@media(min-width:991px) {

    /*LATERAL 7*/
    .adRobapagina .adImage {
        float: left;
        width: calc(100% - 0px);
        margin: 12px 0px;
    }

    /*BILLBOARD 8*/
    .adBillboard {
        width: 970px;
        height: 250px;
        margin: 10px calc(50% - 485px);
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .adBillboard .adImage {
        /*background-color: #fff;*/
        width: 970px;
        height: 250px;
        float: left;
    }

    /*SOCIAL 9*/
    .adSocial {
        width: 100%;
        height: auto;
        float: left;
    }

    .adSocial .social-user-img {
        background-color: #ccc;
    }

    .adSocial .social-box-photo {
        height: 251px;
    }

    .adSocial .social-box-text {
        border: 1px solid #ddd;
        width: calc(100% - 1px);
        float: left;
        height: auto;
        padding: 12px;
        border-top: 0;
        margin: 0;
    }

    .adSocial .adImage {
        height: 250px;
        width: 300px;
        display: inline-block;
        margin: 0px calc(50% - 150px);
    }

    /*SUBJECT 6*/

    .adSubject {
        float: none;
        position: absolute;
        margin: 0;
        top: 0;
        text-align: center;
        overflow: hidden;
        width: 100%;
    }

    .adSubject {
        margin-top: 44px !important;
    }

    .adSubject>#sponsor_subject_pc {
        display: inline-block;
        width: 100%;
        height: 768px;
        background-size: 1920px 768px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .adSubject .adSubjectMargin {
        float: left;
        height: 130px;
        display: none;
    }

    .adSubject>a {
        display: none;
    }

    .adSubject>a.adImage {
        display: inline-block;
    }

    .adSubject>a.adImage>img {
        width: 1920px;
        height: auto;
        margin: 0;
        left: calc(50% - 960px);
    }
}

/*ADS V2*/
.ad_center_header {
    z-index: 3;
    overflow: hidden;
    height: auto;
    width: auto;
    display: inline-block;
    max-height: 250px;
    min-height: 110px;
    max-width: 100%;
    ;
}

.ad_center_header>a {
    float: left;
}

.ad_center_header>a>img {
    width: 100% !important;
    height: auto !important;
}

.ad_preview_roba {
    padding: 0px;
    height: 100%;
    display: inline-block;
}

.ad_subject_top {
    position: absolute;
    width: 100%;
    top: 50px;
    margin-top: 0 !important;
    height: auto;
    text-align: center;
    overflow: hidden;
}

.ad_subject_top>a {
    display: block !important;
}

.ad_subject_top .content {
    width: 100%;
    height: auto;
}

.ad_subject_top img {
    display: inline-block;
    margin-left: calc(50% - 960px);
}

.ad_social {
    height: 300px;
    padding: 20px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .ad_center_header {
        margin-top: 10px;
        min-height: unset;
    }

    .ad_social {
        max-height: 300px;
        padding: 10px;
    }

    .ad_preview_roba {
        display: none;
    }

    .ad_subject_top {
        position: fixed;
        width: 100%;
        top: calc(100vh - 94px);
        margin-top: 0 !important;
        z-index: 2;
        text-align: center;
    }

    .ad_subject_top img {
        width: calc(100vw * 2);
        margin: 0px calc(50vw - 425px);
    }
}

@media (min-width: 1919px) {
    .ad_subject_top img {
        margin-left: 0;
    }
}

.ad.s_publication .user_photo.photo,
.ad.s_publication .s_user_info {
    margin-bottom: 0;
}

.ad.s_publication .s_text {
    display: none;
    width: 100%;
    font-size: 16px;
    margin: 0px 0px 15px 0px;
    text-align: center;
}

.ad.s_publication .s_image {
    width: 100%;
    height: auto;
    display: inline-block;
    cursor: pointer;
    margin: 5px 0 10px 0;
}

.ad.s_publication .s_image img {
    border-radius: 0px;
}

.adMegabanner {
    height: auto;
    float: left;
    width: 100%;
    float: unset;
    margin-bottom: 20px;
    border-top: 0px solid #eee;
    overflow: hidden;
    text-align: center;
}

.adMegabanner img {
    width: 100%;
    height: auto;
    float: left;
}

.ad .video-js {
    display: inline-block;
}

.adRoba {
    float: left;
    margin: 10px calc(50% - 150px);
    width: 300px;
}

/*SKIN*/
body.sponsor_skin {
    overflow-x: hidden;
}

body.sponsor_skin .ad_sponsor {
    position: absolute;
    left: 50%;
    cursor: pointer;
    transform: translateX(-50%);
}

body.sponsor_skin #ad_center_header_container {
    display: block !important;
    height: auto !important;
}