@media (min-width: 479px) {
.blog-content img {
    display: block;
    max-width: 980px;
    margin-right: auto;
    margin-bottom: 22px;
    margin-left: auto;
    font-size: 14px;
    line-height: 22px;
}
}

.page-title, .page-content {
    display: block;
    max-width: 980px;
    margin-right: auto;
    margin-bottom: 22px;
    margin-left: auto;
    line-height: 22px;
    padding-bottom: 29px;
}


@media (max-width: 479px) {
.blog-contact img {
    max-width: 100%;
    width: 100%;
}
site-inner p, .content-area img, .hentry, .the_champ_sharing_container {
    width: 100%;
}
}

@media (max-width: 767px) and (min-width: 479px) {
.blog-content img {
    width: 80%;
}
site-inner p, .content-area img, .hentry, .the_champ_sharing_container {
    width: 80%;
}
}

@media (max-width: 991px) and (min-width: 767px {
.blog-content img {
    width: 75%;
}
body p, .content-area img, .hentry, .the_champ_sharing_container {
    width: 75%;
}
}

.headernav, .page-title {
    max-width: 980px;
}


.slow-zoom {
-webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}