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

div.col-lg-12 .pictures_golf {
    width: 100%;
    height: 100%;
    background-image: url('assets/golf/bg_golf.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
  
div.bg_golf {
    background-color:  rgba(0, 0, 0, 0.75);
}

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