#maincontentcontainer {
    max-width: 1280px;
}

div.video_container.youtube > *:first-child {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

div.video_container.youtube > *:first-child > iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.campaign_content img[data-fr-image-pasted] {
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
    .maincontent {
        margin: 0 auto !important;
    }
}

.fb_iframe_widget_fluid_desktop, .fb-video.fb_iframe_widget {
    width: 100%;
}

.fb-video.fb_iframe_widget.fb_iframe_widget_fluid_desktop > span {
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100% !important;
    height: 0 !important;
}

.fb-video.fb_iframe_widget.fb_iframe_widget_fluid_desktop iframe {
    min-width: 0px !important;
    overflow: hidden;
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100% !important;
    position: absolute;
}

#rec .texto img {
    display: block;
    margin: 0 auto;
    width: 100% !important;
}

#rec .texto > img + br + br {
    display: none;
}