@media only screen and (max-width: 1024px) {
    .logo-awid-forum-header {
        height: 50px!important;
    }
    .logo-awid-header {
        height: 40px!important;
    }
    .top-links-item > a {
        padding: 1px;
    }
}
@media only screen and (max-width: 991px) {
    .logo-awid-forum-header {
        height: 50px!important;
    }
    .logo-awid-header {
        height: 40px!important;
    }
    #poster { padding-top: 0!important; }
    .about-img > div {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 75%;
    }

    .about-img > div + div {
        top: 130px;
        left: 0;
        right: auto;
        z-index: 0;
    }

    .topFlag {
        width: 20px !important;
    }

    .menu-link {
        font-size: 18px!important;
    }

    .margin-right-rising {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 768px) {
    #poster {
        padding-top: 0;
    }
    .table-awid tbody tr td, .table-awid table thead tr th {
        display: block;
    }
    .table-awid tr td:first-child {
        width: 100%;
    }
    .box1 {
        width: 25vw;
    }
    .box2 {
       /* margin-left: -1vw;*/
    }
    .box2-text {
        font-size: 20px!important;
    }
    .margin-right-rising {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .box1 {
        width: 30vw;
    }
    .box2 {
        width: 65vw;
        margin-left: -6vw;

    }
    .box2-text {
        font-size: 16px!important;
        padding-left: 9vw!important;
    }
    .img-h-rr-01 {
        margin-top: 20px;
        width: 75%;
    }
    .awid-switcher-container {
        top: unset;
        bottom: 0;
    }
    .section-profile {
        padding-top: 10px!important;
    }
    .section-breadcrumb {
        padding-top: 0!important;
    }
    .fsizeVW3-5 {
        font-size: 8vw!important;
    }
}
@media only screen and (max-width: 375px) {

    .logo-awid-forum-header {
        height: 45px!important;
    }
    .logo-awid-header {
        height: 30px!important;
    }
    .awid-switcher-container {
        top: unset;
        bottom: 0;
    }
    .section-profile {
        padding-top: 10px!important;
    }
    .section-breadcrumb {
        padding-top: 0!important;
    }
    .fsizeVW3-5 {
        font-size: 8vw!important;
    }
}

