
.img_container_logo_footer img {

    width: 300px;

}


@supports selector(:has(*)) {

    body.single p:has(img.aligncenter) {

        text-align: center;

    }

    body.single p:has(img.alignright) {

        text-align: right;

    }

}



.responsive-video {

    width:100% !important;
    margin-left:0  !important;

}

.sidebarbox .sponsored_tag {

    position: static !important;
    margin-top: 1.5rem  !important;
}


@media all and (min-width: 1024px) {

    .content_trunk {
        width: 970px;
    }

    /*LOGO DESKTOP*/
    .logo_stripe img {

        width: 500px!important;

    }
    /*END LOGO DESKTOP*/


}


@media all and (min-width: 1300px) {

    .content_trunk {
        width: 1240px;
    }
}


@media all and (max-width: 592px) {

    /*LOGO MOBILE*/
    .logo_stripe img {

        width: 200px;

    }
    /*END LOGO MOBILE*/


}

