@media (max-width: 767px) {
  .upload-photo-bg {
    background: url(/wp-content/uploads/2021/05/hero-2.jpg), #20b4e7;
    background-size: cover;
    background-position: center center;
    height: 373px;
  }

  .upload-photo label {
    position: absolute;
    top: 20px;
    left: 36px;
    font-family: Poppins;
    color: rgb(229, 0, 133);
  }
  .reviews-callout {
    display: none;
  }

  .edit-size {
    z-index: 1000;
  }
}

@media (min-width: 768px) {
  .edit-size {
    display: none;
  }

  .upload-photo-bg {
    background-position: 66% center;
  }

  .upload-photo a {
    font-size: 36px;
    line-height: 43px;
    width: 248px;
    margin-right: 5rem;
    margin-top: 7rem;
  }

  .countdown h2 {
    font-size: 35px;
    font-weight: 800;
  }

  .countdown .countdown-final span {
    padding: .2rem 2.5rem;
  }

  .section-space.small p {
    padding-right: 5.5rem;
  }

  .start-designing-bg {
    background-attachment: fixed;
  }

  .start-designing h2 {
    line-height: 1.5 !important;
  }

  .sticky-bar .sticky-upload-btn {
    font-size: 16px;
  }

  .sticky-close-btn {
    right: 2rem;
  }
}


@media (min-width: 1200px){
  .upload-photo-bg {
    background-position: center 5% !important;
  }

  .product-content .section-1 h2 {
    font-size: 48px;
  }
  
  .section-space {
    padding: 0 5.3rem;
  }

  .section-space.small {
    padding-top: 2rem;
  }
  
  .section-space.small p {
    padding-right: 9.5rem;
  }
}


@media (max-width: 600px) {
  .upload-photo {
    margin-right: auto !important;
  } 
}