﻿
body {
    padding: 0;
    margin: 0;
  }

  .hero-takeover-container {
    align-items: center;
    background: url(../picture/banner-1.jpg) no-repeat center;
    background-size: cover;
    /* background: rgb(171, 146, 138);
    background: linear-gradient(-45deg, rgba(171, 146, 138, 1) 0%, rgba(147, 117, 109, 1) 100%); */
    display: flex;
    min-height: calc(100vh - 131px);
    max-height: 800px;
    position: relative;
  }

  .hero-takeover-container .inner-container {
    margin: 40px;
    position: relative;
    z-index: 2;
  }

  .hero-takeover-container .inner-container .ht-logo {
    width: 265px;
    height: auto;
    margin-bottom: 32px;
  }

  .hero-takeover-container .inner-container h1 {
    color: #fff;
    font-size: 88px;
    font-family: 'titling-gothic-fb-skyline', sans-serif;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1;
    margin: 0 0 24px 0;
    text-transform: uppercase;
  }

  .hero-takeover-container .inner-container h1 span {
    display: block;
    overflow-wrap: anywhere
  }

  .hero-takeover-container .inner-container a.ht-btn {
    align-items: center;
    background: #fff;
    border-radius: 0 999px 999px 999px;
    color: #203243;
    display: inline-flex;
    font-size: 20px;
    padding: 20px 28px;
    text-decoration: none;
  }

  .hero-takeover-container .inner-container a.ht-btn span {
    padding-right: 40px;
    font-family: 'myriad-pro-condensed', sans-serif;
    font-weight: 500;
    transition: padding-right 300ms ease;
  }

  .hero-takeover-container .inner-container a.ht-btn:hover span {
    padding-right: 60px;
  }

  .hero-takeover-container .img-container {
    background-image: url('images/allergan-aethetics-homepage-hero.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
    max-width: 640px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }

  @media screen and (max-width: 767px) {

    .hero-takeover-container .inner-container {
      margin-right: 24px;
      margin-left: 24px;
    }

    .hero-takeover-container .inner-container h1 {
      font-size: 44px !important;
      line-height: 1.1;
    }

  }

  @media screen and (max-width: 942px) {

    .hero-takeover-container {
      min-height: calc(100vh - 60px);
    }

  }

  @media screen and (max-width: 1200px) and (min-width: 943px) {

    .hero-takeover-container {
      min-height: calc(100vh - 105px);
    }

  }


  @media screen and (min-width: 1500px) {

    .hero-takeover-container .img-container {
      max-width: 1040px;
    }

  }