html, body {
  overflow-x: hidden;
}

.sd-inner-wrap {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 600px) {
  .sd-inner-wrap .content {
    margin-top:10px;
  }
}
.sticky-header-1 {
  padding-top: 100px;
  z-index: auto;
}

.home-page-banner {
  background-image: url('https://regal-plast.ro/storage/acasa-prima-1.jpg'); 
  background-size: cover;
  background-position: center;
  width: calc(100% - 30px); 
  margin: 0 15px;          
  height: 300px; 
  border-radius: 10px;
}

@media (max-width: 600px) {
  .home-page-banner {
    background-image: url('https://regal-plast.ro/storage/acasa-prima-1-small.webp');
    height: 350px; 
  }
}

@media (min-width: 601px) and (max-width: 1200px) {
  .home-page-banner {
    background-image: url('https://regal-plast.ro/storage/acasa-prima-1-medium.webp');
    height: 450px;
  }
}

@media (min-width: 1201px) {
  .home-page-banner {
    background-image: url('https://regal-plast.ro/storage/acasa-prima-1.jpg');
    height: 550px; /* nice, wide hero look */
  }
}