.heading {
  margin-top: 0;
}
.heading a {
  width: fit-content;

}
.ooze-logo {
  width: 200px;
  margin-top: 20px;
}
.heading h2 {
  color: color(srgb 0.4464 0.2491 0.615);
  font-weight: 300;
  font-size: 1.25em;
}
header .ds-text {
  color: #f2ecd8;
}
.wrapper {
  height: 100vh;
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (orientation:landscape)
and (-webkit-device-pixel-ratio : 3) { 
  .ooze-logo {
    width: 175px;
    margin-top: 10px;
}
  .bg-hero {
    position:absolute;
    transform: translate(0,0);
    left: 0;
    top: 0;
    height: 110vh;
    width:auto;
    transition: all;
  animation-duration: 1.2s;
    
  }
  .heading {
    width: 30%;
    position: absolute;
    margin-top: 0;
    left: 15%;
  }
  .tin {
    width: 275px;
    max-width: 300px;
    top: 150px;
    right: 15%;
    }
    .heading .ds-text {
    text-transform: uppercase;
    font-family: avenir;
    font-size: 16px;
    color: #8190a2;
    line-height: 24px;
    margin-top: 3px;
  }
  header a {
    position: relative;
    left: 0;
    transform: translateX(-20%);
  }
  .heading h2 {
    color: color(srgb 0.5486 0.4225 0.655);
    font-weight: 300;
    font-size: 1.05em;
  }
  .logo-icon {
    width: 18px;
  }
  .heading a {
    width: fit-content;
    margin-top: -30px;
  }
  .mb-5 {
margin-bottom: 1rem!important;
  }
}
