.site-content .entry-content p a img, .site-content .entry-content p img {
box-shadow: none;
}
.widget-area img {
    border-radius: 3px;
    box-shadow: none;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: none !important;
    box-shadow: none !important;
}
.round-div {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
@media (max-width: 979px) {
   .round-div {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3);
