@media (min-width: 900px) {

      .css-1ed5l9t {
          background-image: url(./Ralph_Lauren_Background_Tablet.jpg);
      }
  }
  @media (min-width: 0px) {
        .css-1ed5l9t {
            background-image: url(./Ralph_Lauren_Background_Mobile.jpg);
        }
    }

  .css-1ed5l9t {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    place-items: center;
    background-size: cover;
}

#loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loading1{
  background-color: #FFF;
}
.loading2{
  background-color: transparent;
}