div#citabel_horse {
    padding: 40px;
    display: none;
  }

div.col-lg-12 .pictures_horse {
    width: 100%;
    height: 100%;
    background-image: url('assets/horse/bg_horse.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
  
div.bg_horse {
    background-color:  rgba(82, 174, 50, 0.75);
}

@media only screen and (max-width: 992px) {  
    div.col-lg-12 .pictures_horse {
      background-position: center;
    }
}
  
@media only screen and (max-width: 767px) {
    div.col-lg-12 .pictures_horse {
      background-size: cover;
      background-position: center;
    }
}