.premii__header-row {
  position: relative;
  text-align: center;
}

.premii__header-center {
  display: block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1000px) {
  .premii__header-center {
    height: 300px;
  }
}

@media (min-width: 1500px) {
  .premii__header-center {
    height: 350px;
  }
}

@media (min-width: 2000px) {
  .premii__header-center {
    height: 450px;
  }
}

@media (max-width: 1000px) {
  .premii__header-center {
    height: 200px;
  }
}

@media (max-width: 500px) {
  .premii__header-center {
    height: 150px;
  }
}

.premii__header-text {
  position: absolute;
  top: 70%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  text-shadow: 1px 2px black;
  font-family: 'Work Sans', sans-serif;
}

@media (max-width: 1030px) {
  .premii__header-text {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .premii__header-text {
    font-size: 10px;
  }
}

.premii__body-background {
  background: url("../img/background-inscriere-premii.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.premii__body-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}

@media (min-width: 1500px) {
  .premii__body-loggo {
    height: 90px;
  }
}

@media (max-width: 1500px) {
  .premii__body-loggo {
    height: 60px;
  }
}

@media (max-width: 500px) {
  .premii__body-loggo {
    height: 50px;
  }
}

.premii__body-h2 {
  color: #d56991;
  font-size: 20px;
}

@media (min-width: 1500px) {
  .premii__body-h2 {
    font-size: 25px;
  }
}

.premii__body-description {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.premii__body__produse {
  height: 300px;
}

@media (max-width: 500px) {
  .premii__body__produse {
    height: 150px;
  }
}

@media (min-width: 1500px) {
  .premii__body__produse {
    height: 400px;
  }
}

@media (min-width: 1200px) {
  .premii__body__produse-firstimage {
    text-align: end;
  }
}

@media (min-width: 1200px) {
  .premii__body__produse-secondimage {
    text-align: start;
  }
}

.premii__body__submit-text {
  padding: 5px 30px;
  /* border: 1px solid black; */
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #277772), to(#28aba4));
  background: linear-gradient(to right, #277772 40%, #28aba4 100%);
  color: white;
  font-size: 20px;
}

.premii__body__submit-text:hover {
  text-decoration: none;
  color: black;
}

#single_image_product {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.row {
  margin: 0;
  padding: 0;
}
/*# sourceMappingURL=premii.css.map */