/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #banner {
    padding: 6.25rem 1rem;
    position: relative;
    z-index: 1;
    background-color: #161616;
  }
  #banner .container {
    text-align: center;
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  #banner .int-title {
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    line-height: 1.2em;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: inherit;
    margin: 0;
    position: relative;
  }
  #banner .banner-img {
    width: 25rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  #banner .banner-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
