
    .item.slick-slide {

    }

    /* Espresso Maker Banner  */
    #espresso-maker-banner{
        /* height: 14vw; */
        height: 15vw;
        width: 50%;
        position: fixed;
        bottom: 0;
        z-index: 99;
        background: url(../../drambuie-theme/images/drambuie-makeover-image.png) no-repeat;
        background-size: contain;
        display: none;
        flex-direction: row;
    }

    .win-link {
        width: 50%;
        flex: 1;
        display: flex;
    }




    #espressoBannerLink:hover{
        opacity: 1;
    }



    @media (max-width: 991px){
        #espresso-maker-banner{
            width: 100%;
            /* height: 28.6vw; */
            height: 38vw;
            position: absolute;
            bottom: 0;
            /* background-size: contain; */
            background-size: cover;
        }
        .slick-dots{
            z-index: 1!important;
        }
    }

     @media (orientation: portrait) and (max-width: 767px) {
         #espresso-maker-banner{
             bottom: -14vh !important;
        }
    }

    @media (min-width: 992px){

        .slick-dots{
            position: absolute!important;
            left: 50%!important;
            z-index: 999!important;
        }
    }



    @media (max-width: 479px){
        #espresso-maker-banner{
            background: url(../../drambuie-theme/images/drambuie-makeover-image-mobile.jpg) no-repeat;
            /*height: 54.6vw;*/
            height: 68vw;
            background-size: cover;
            flex-direction: column;
        }

        /* win link mobile */
        .win-link {
          width: 100vw;
          height: 50%;
          display: flex;
          background: transparent;
        }



        .centered{
            margin-top: -4em!important;
        }

        .centered .carousel__content p {
            font-size: 1.4rem!important;
        }

        .button--honey{
            width: auto!important;
        }
    }
    .main-slider{
        position: static !important;
    }
