.news_responsive {
    padding: 5px 5px;
    float: left;
    width: 25%;
  }
div.news_gallery {
  border: 5px solid #1c3e4b;
  transition: all 0.5s ease 0s;
}
  
  div.news_gallery:hover {
    transform: scale(1.05);
    box-shadow: 0px 1px 5px 1px #1c3e4b;
  }
  
  div.news_gallery a img {
    height: auto;
    border-bottom: 5px solid #1c3e4b;
  }
  .news_intro_img{
    width: 100%;
  }
  
  div.news_descrription {
    padding: 10px;
    text-align: center;
  }
  .news_article{
    width: 90%;
    display: inline-block;
    margin: auto;
    text-align: justify;
    margin: 0.5%;
    vertical-align: text-top;
  }
  .news_article p{
    margin-bottom: 6px;
  }
  .news_img{
    width: 450px;
    border: 5px solid #1c3e4b;
    margin: 0 30px 10px 0;
    float: left;
  }
  .news_video{
    border: none;
  }
  .video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    padding-top: 30px;
    position: relative;
    margin: 30px 0px;
    }
  .video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }

  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  @media(max-width: 1060px) {
    .news_responsive {
      width: 49.99999%;
      margin: 6px 0;
    }
    .news_img{
      width: 100%;
      display: block;
      margin: auto;
      margin-bottom: 30px;
      float: none;
    }
  }
  
  @media(max-width: 500px) {
    .news_responsive {
      width: 100%;
    }
  }

/*https://www.w3schools.com/Css/tryit.asp?filename=trycss_image_gallery_responsive  galeria pra noticias*/