body.blog .article-comments {display: none;} /* remove comments on blog page */


/* Mediavine CSS */

@media only screen and (min-width: 1200px) {
   .col-lg-9 {
       max-width: calc(100% - 311px);
   }
  .col-lg-9 + .col-lg-3 {
       min-width: 311px;
   }
}

@media only screen and (max-width: 425px) {   
    .css-1t1znea {
        padding-left: 10px !important;
        padding-right:10px !important;
    }
     center > iframe {
        width: 100% !important;
    }
}

@media only screen and (max-width: 359px) {
   .css-jcytpa {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/* End Mediavine CSS */