.drink-types.section-tabs a::before {

    padding-bottom: 836px;

    background: #000;

}

.whiskey-copy {

    position: absolute;

    bottom: 64px;

    left: 0;

    width: 100%;

}

.whiskey-copy .btn {

    position: relative;

    transform: none;

    margin: 0 auto;

    left: auto;

    bottom: auto;

}

.whiskey-title {

    font-size: 36px;

    text-transform: uppercase;

    color: #fff;

}

.whiskey-copy .p {

    color: #E9E9E9;

    margin: 14px 0 26px;

}



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

    .drink-types.section-tabs a::before {

        padding-bottom: 660px;

    }

    .whiskey-copy {

        bottom: 40px;

    }

    .whiskey-title {

        font-size: 28px;

    }

    .whiskey-copy .p {

        margin: 10px auto 20px;

        max-width: 380px;

    }

    .whiskey-copy .p br {

        display: none;

    }

}



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

    .home-banner .p br {

        display: none;

    }

    .drink-types.section-tabs a::before {

        padding-bottom: 520px;

    }

    .whiskey-copy {

        bottom: 30px;

    }

    .whiskey-title {

        font-size: 24px;

    }

    .whiskey-copy .p {

        margin: 9px auto 17px;

        max-width: 300px;

    }

}



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

    .drink-types.section-tabs a::before {

        padding-bottom: 0;

    }

    .drink-types.section-tabs img {

        position: relative;

        height: auto;

        object-fit: contain;

    }

    .whiskey-copy {

        position: relative;

        padding: 10px 20px 40px;

        bottom: auto;

        display: block;

    }

    .whiskey-title {

        font-size: 30px;

        margin-bottom: 8px;

    }

    .whiskey-copy .p {        

        max-width: none;

        margin: 0 0 1.5em;

    }

}



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

    .whiskey-copy {

        padding: 15px 30px 58px;

    }

    .whiskey-title {

        font-size: 44px;

        margin-bottom: 12px;

    } 

}