.container_1{
    min-height: 450px;
    background-color: rgb(58, 74, 86);
}

.container_1 .row2 .img_box{
  height: 300px;
  border: 0.5px solid #b70f0a;
  overflow: hidden;
  margin: 0;
  padding: 0;
  
}

.container_1 .row2 .img_box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 720px) {
  .gallery_banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url(../img/poster_3.jpg);
    min-height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .gallery_banner .container h1 {
    font-family: "teko";
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 3px 10px 0px 10px;
    border-left: 5px solid #b70f0a;
    position: absolute;
    top: 40%;
    left: 15%;
    background-color: black;
  }
}
@media screen and (min-width: 720px) {
  .gallery_banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url(../img/poster_3.jpg);
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .gallery_banner .container h1 {
    font-family: "teko";
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 3px 10px 0px 10px;
    border-left: 5px solid #b70f0a;
    position: absolute;
    top: 40%;
    left: 15%;
    background-color: black;
  }
}