@media (min-width:769px) {
    .top-left {
        top: 1rem;
        left: 1rem;
    }
    .top-center {
        top: 1rem;
        left: 50%;
        transform: translateX(-50%);   
    }
    .top-right {
        top: 1rem;
        right: 1rem;
    }
    .middle-left {
        left: 4rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .middle-center {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .middle-right {
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .bottom-left {
        left: 1rem;
        bottom: 1rem;
    }
    .bottom-center {
        bottom: 1rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .bottom-right {
        bottom: 1rem;
        right: 1rem;
    }
    .banner-content {
        text-align: left;
    }
}


h3.banner-sub-heading {
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.01);
    font-size: 20px;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

h3.banner-heading {
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.01);
    font-size: 48px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    margin: 15px 0 27px;
}

a.banner-cta {
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    background: #111111;
    padding: 15px 25px;
    max-width: 275px;
    display: block;
    text-align: center;
    border: 1px solid #111111;
    border-radius: 4px;
}
a.banner-cta:hover {
    background-color: #ffffff90;
    color: #111;
}
.banner-container .glide__bullet--active {
    background: #FFF;
}

@media (max-width:768px) {
    .bottom-position {
        bottom: 1rem;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }
    h3.banner-sub-heading {
        color: #FFF;
        text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.01);
        font-family: 'Jost';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.32px;
    }
    h3.banner-heading {
        margin: 10px 0;
        font-family: 'Jost';
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: 0.96px;
    }
    a.banner-cta {
        padding: 15px;
        max-width: 300px;
        background-color: #FFF !important;
        border-color: #FFF !important;
        color: #000 !important;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin: 0px auto;
    }


}