.sixt-hero-element {
    height: calc(100vh - 65px - 20px);
    width: calc(100% - 40px);
    overflow: hidden;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}

.sixt-hero-element .current-background-element {
    background-color: #024a84;
    position: absolute;
    display: block;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transition: background-color 1s ease;
}

.sixt-hero-element .current-background-element img.hero-swatch-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 1;
    position: absolute;
    z-index: 1;
}

.sixt-hero-element .current-background-element img.hero-swatch-bg.transparent {
    opacity: 0;
    /* z-index: 2; */
}

.sixt-hero-element .overlay {
    position: absolute;
    display: block;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
    z-index: 3;
}

.sixt-hero-element .overlay .title-wrapper h1.main-title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 116px;
    line-height: 105px;
    letter-spacing: -2.32px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 0.2;
    width: 100%;
    margin-top: 75px;
    margin-left: -10px;
    margin-bottom: 0px;
}

.sixt-hero-element .overlay .title-wrapper h1.main-title span.smaller-text {
    font-size: 97px;
    line-height: 87px;
    letter-spacing: -1.94px;
    font-weight: bold;
}

.sixt-hero-element .overlay .title-wrapper h2.sub-title {
    font-family: "Roboto", "sans-serif";
    font-weight: normal;
    color: #fff;
    letter-spacing: 5px;
    opacity: 1;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 28px;
    margin-left: 15px;
    margin-right: 15px;
    max-width: 215px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
}

.sixt-hero-element .overlay .current-colour {
    padding-left: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.sixt-hero-element .overlay .current-colour .swatch {
    margin-right: 20px;
}

.sixt-hero-element .overlay .current-colour .swatch img {
    width: 54px;
    height: 54px;
    border: 2px solid #fff;
}

.sixt-hero-element .read-more {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding-left: 0px;
    padding-bottom: 0px;
    display: none;
}

.site .sixt-hero-element .read-more a {
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    display: none;
}

.site .sixt-hero-element .read-more a span {
    display: none;
}

.sixt-hero-element .overlay .current-colour .location .hero-sea {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    letter-spacing: -0.18px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    font-size: 18px;
    display: block;
}

.sixt-hero-element .overlay .current-colour .location .city-state {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    display: block;
}

@media (min-width: 767px) {
    .sixt-hero-element h1 {
        max-width: 315px;
    }
}

@media (min-width: 1440px) {
    .sixt-hero-element {
        width: calc(100% - 80px);
        margin-left: 40px;
        margin-right: 40px;
        height: calc(95vh - 65px - 80px);
    }

    .sixt-hero-element .overlay {
        justify-content: center;
    }

    .sixt-hero-element .overlay .current-colour {
        position: absolute;
        bottom: 60px;
        left: 60px;
        padding-left: 0px;
        padding-bottom: 0px;
    }

    .sixt-hero-element .read-more {
        position: absolute;
        bottom: 60px;
        right: 60px;
        padding-left: 0px;
        padding-bottom: 0px;
        display: block;
    }

    .site .sixt-hero-element .read-more a {
        letter-spacing: 0px;
        color: #ffffff;
        text-transform: uppercase;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 18px;
        font-weight: 900;
        text-decoration: none;
        display: block;
    }

    .site .sixt-hero-element .read-more a span {
        display: inline;
    }

    .site .sixt-hero-element .read-more a:hover svg path,
    .site .sixt-hero-element .read-more a:active svg path,
    .site .sixt-hero-element .read-more a:focus svg path {
        fill: #ff5f00;
    }

    .site .sixt-hero-element .read-more svg {
        margin-left: 20px;
    }

    .sixt-hero-element .overlay .title-wrapper h1.main-title {
        font-size: 175px;
        letter-spacing: -3.94px;
        max-width: initial;
        width: initial;
        margin-left: -20px;
        line-height: 175px;
        margin-top: -60px;
        margin-bottom: 0px;
    }

    .sixt-hero-element .overlay .title-wrapper h1.main-title span.smaller-text {
        font-size: 175px;
        letter-spacing: -3.94px;
        line-height: 175px;
    }

    .sixt-hero-element .overlay .title-wrapper h2.sub-title {
        max-width: initial;
        font-size: 45px;
        letter-spacing: 9px;
        margin-left: 60px;
        line-height: 45px;
        margin-top: -42px;
    }

    .sixt-hero-element .overlay .current-colour .swatch img {
        width: 87px;
        height: 87px;
    }

    .sixt-hero-element .overlay .current-colour .location .hero-sea {
        font-size: 26px;
        line-height: 26px;
        letter-spacing: -0.26px;
        margin-bottom: 8px;
    }

    .sixt-hero-element .overlay .current-colour .location .city-state {
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 0px;
    }
}
