.custom-header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    font-size: 0.75rem;
    height: 128px;
    z-index: 99;
    background-color: #e21e2c;
    background-image: 
      url('../../img/www.promoveranococacola/header-right.jpg'),
      url('../../img/www.promoveranococacola/header-left.jpg');
    background-repeat:
      no-repeat,
      no-repeat;
    background-position:
      right top,
      left top;
    padding: 0px;
  }

  
@media (width <= 540px) {
    .custom-header {
      background-image: url('../../img/www.promoveranococacola/header-left.jpg');
      background-repeat: no-repeat;
      background-position: left top;
    }
  }

  
.container {
    text-align: center;
    width: 570px !important;
    max-width: 100%;
    height: 420px;
    height: fit-content;
    background-color: white;
    background: url('../../img/www.promoveranococacola/BANNER PROMO SUUMMER.jpg') no-repeat top;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden; 
  }   