div.mainImg {
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto 1rem auto;
}
div.mainImg img {
    width: 100%!important;
    height: auto!important;
    padding: 5px 0;
}
div.mainImg p {
    margin-top: .5rem;
    font-size: .75rem;
    line-height: 1.3;
    color: #595959;
}
@media screen and (max-width: 800px) {
    div.mainImg {
        display: block;
        float: none;
        width: 100%;
        margin: 0 auto 1em auto;
    }
}
div.mainImg_Right {
    float: right;
    max-width: 380px;
    text-align: center;
    margin: 0 0 1rem 1rem;
}
div.mainImg_Right img {
    width: 100%!important;
    height: auto!important;
    padding: 5px 0;
}
div.mainImg_Right p {
    margin-top: .5rem;
    font-size: .75rem;
    line-height: 1.3;
    color: #595959;
}
@media screen and (max-width: 800px) {
    div.mainImg_Right {
        display: block;
        float: none;
        width: 100%;
        margin: 0 auto 1em auto;
    }
}
.share_container {
    display: block;
    text-align: center;
}
.share_container ul {
    margin: 2rem auto 2rem auto!important;
    padding: 0;
}
.share_container li {
    height: 50px;
    width: 150px;
    display: inline-block;
    margin-right: 18px;
    image-rendering: -webkit-optimize-contrast;
}
.share_container li a {
    display: block;
    height: 50px;
    width: 150px;
}
#facebook {
    background: #1877f2 url(https://resources.peta.org/engaging-networks/pages/petafrance/images/share-facebook-3x.png) center center no-repeat!important;
    background-size: 150px 50px!important;
}
#twitter {
    background: #000000 url(https://resources.peta.org/engaging-networks/pages/petafrance/images/share-twitter-3x.png) center center no-repeat!important;
    background-size: 150px 50px!important;
}
#email {
    background: #20a886 url(https://resources.peta.org/engaging-networks/pages/_shared/images/share-email-3x.png) center center no-repeat!important;
    background-size: 150px 50px!important;
}
@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
    .share_container ul {
        width: 100%;
    }
    .share_container li {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .share_container li a {
        width: 100%;
    }
}
.video-container {
    position: relative;
    margin: 0px;
    border: none;
    z-index: 2;
    margin-bottom: 1rem;
}
.video-fullwidth {
    padding-top: 30px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: none;
}
.video-fullwidth iframe,
.video-fullwidth object,
.video-fullwidth embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}