.home-banner {
    background: #090b1a;
}
/* .home-banner .embed-responsive::before {
    padding-top: 50.4166%;
} */
.home-banner img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.home-banner .p {
    margin-bottom: 1.2em;
}
.col-62 {
    width: 62%;
}
.btn {
    min-width: 9.5em;
}

.overlay.video-overlay,
.overlay.video-overlay .overlay-container {
    background: rgba(0,0,0,1);
    padding-left: 10px;
    padding-right: 10px;
}
.overlay.video-overlay .overlay-close {
    width: 40px;
    height: 40px;
    right: 6px;
    top: 5px;
}
.video-div.lwvideo {
    top: 0;
    left: 0;
    height: calc(100vh - 40px);
    position: relative;
    margin: 0 auto;
}

.recipes-row {
    position: relative;
    margin: 95px 0;
}

.recipes-row .flex-row {
    margin: 0 -16px;
}
.recipes-row .flex-row .col-33 {
    padding: 0 16px;
    position: relative;
}
.recipe-grid_content {
    display: block;
}
.recipe-card-detail,
.story-card_back .recipe-card {
    height: 100%;
    display: flex !important;
}


.mobRecipeCarousel .story-item {
    padding-bottom: 161.5%;
    position: relative;
}
.recipe-grid_content img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) scale(1);
    transition: transform 700ms;
}

.recipe-card {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 0 15px 38px;
}

.recipe-card_detail {
    font-size: 17px;
    line-height: 1.4em;
    display: block;    
    color: #fff;
    margin-bottom: 30px; 
}
.recipe-card_title {
    color: #fff;
    display: block;
    margin-bottom: .5em;
    font-family:"brandon-grotesque";
    text-transform: uppercase;
    font-weight: bold;
}
.red-grad {
    display: block;
    background: linear-gradient(180deg, rgba(122, 48, 63, 0) 45%, #7A303F 100%);
}
span.no-wrap {
    white-space: nowrap;
}

.recipe-card .h2 {
    font-family:"brandon-grotesque";
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: .6em;
    display: block;
    line-height: 1.2em;
}
.recipe-card .sub-h2 {
    margin-bottom: 0.3em;
}

.story-item {
    width: 100%;
    padding-bottom: 123.264%;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    cursor: pointer;
}
.story-card {
    -webkit-transition: -webkit-transform 1000ms;
    transition: -webkit-transform 1000ms;
    -o-transition: transform 1000ms;
    transition: transform 1000ms;
    transition: transform 1000ms, -webkit-transform 1000ms;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.story-card,
.story-card_face {    
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.story-card_face {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    overflow: hidden;
    opacity: 1;
    transition: 500ms ease 250ms;
}
.story-card_back {
    background: #000;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 0;
    transition: 500ms ease 250ms;
}
.flipped .story-card {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.flipped .story-card_face {
    opacity: 0;
}
.flipped .story-card_back {
    opacity: 1;
}


.craig-nog-tile .glass-effect {
    background: url(../images/craig-nog-blur.jpg) right center / cover no-repeat;
}
.craig-nog-tile .glass-effect::before {
    background: linear-gradient(272deg, #000 0.83%, rgba(0, 0, 0, 0.00) 101.45%);
}
.holiday-label-tile .glass-effect {
    background: url(../images/holiday-label-24-blur.jpg) left top / cover no-repeat;
}
.holiday-label-tile .glass-effect::before {
    background: linear-gradient(90deg, #000 15.74%, rgba(0, 0, 0, 0.00) 76.27%);
}
.gift-greatness-tile .glass-effect {
    background: url(../images/bottle-group-blur.jpg?ver=2) right top / cover no-repeat;
}
.gift-greatness-tile .glass-effect::before {
    background: linear-gradient(270deg, #000 -19.92%, rgba(0, 0, 0, 0.00) 75.41%);
}
.cheer-tile .glass-effect {
    background: url(../images/cheers-bg2.jpg) left top / cover no-repeat;
}
.b-draddy-tile .glass-effect {
    background: url(../images/b-draddy-blur.jpg) left top / cover no-repeat;
}
.cheer-tile .glass-effect::before {
    background: linear-gradient(270deg, #000 3.33%, rgba(0, 0, 0, 0.00) 107.83%);
}
.spotify-plugin {
    position: relative;
    z-index: 100;
}
.spotify-plugin iframe {
    height: 470px;
}
.accelpay-icon-buttons {
    z-index: 100000 !important;
    top: 125px !important;
    background: #000;
}
.accelpay-icon-buttons svg {
    stroke: #fff !important;
}

/*---- Holiday Label 2025 ----*/
.holiday25-banner_content {
    position: absolute;
    top: 50%;
    right: 44%;
}
.holiday25-banner_content .h2 span {
    display: block;
    font-size: 1.6em;
    line-height: 1em;
}


.fireside-tile .glass-effect {
    background: url(../images/fireside-blur.jpg) right center / cover no-repeat;
}
.fireside-tile .glass-effect::before {
    display: none;
}
/*---- Holiday Label 2025 ----*/
@media screen and (max-width: 1599px) {
    .recipes-row {
        margin: 80px 0;
    }
    .recipes-row .flex-row {
        margin: 0 -13px;
    }
    .recipes-row .flex-row .col-33 {
        padding: 0 13px;
    }
    .recipe-card {
        padding: 0 13px 32px;
    }
    .recipe-card_detail {
        font-size: 15px;
        margin-bottom: 26px; 
    }
    .spotify-plugin iframe {
        height: 368px;
    }
}
@media screen and (max-width: 1279px) {
    .recipes-row {
        margin: 60px 0;
    }
    .recipes-row .flex-row {
        margin: 0 -6px;
    }
    .recipes-row .flex-row .col-33 {
        padding: 0 6px;
    }
    .recipe-card {
        padding: 0 5px 25px;
    }
    .story-card_back .recipe-card {
        padding: 0 14px 25px;
    }
    .recipe-card_detail {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .spotify-plugin iframe {
        height: 154px;
    }
}

@media screen and (max-width: 991px) {
    .recipes-row {
        margin: 50px 0;
    }
    .recipes-row .flex-row {
        margin: 0 -5px;
    }
    .recipes-row .flex-row .col-33 {
        padding: 0 5px;
    }
    .recipe-card {
        padding: 0 5px 25px;
    }
    .story-card_back .recipe-card {
        padding: 0 14px 25px;
    }  
    .recipe-card_detail {
        font-size: 9px;
        margin-bottom: 8px; 
    }
    .spotify-plugin iframe {
        height: 156px;
    }
}

@media screen and (max-width: 767px) {
    .home-banner .embed-responsive::before {
        padding-top: 125%;
    }
    .home-banner .flexible-content {
        padding: 20px 0;
    }
    .home-banner .flexible-content .flex {
        justify-content: flex-end;
    }
    .col-62 {
        width: 100%;
    }
    .charred-to-start .glass-effect {
        background: url('../images/charred-mobBg.jpg') center top/100% auto no-repeat;
    }
    .charred-to-start .glass-effect::before {
        background: linear-gradient(15deg, #000 4.46%, rgba(0, 0, 0, 0.00) 125.76%)
    }
    .owl-next, .owl-prev {
        background-color: #000;
        border-radius: 50%;
        filter: none;
    }  
    .owl-next {
        right: -13px;
    }   
    .owl-prev {
        left: -13px;
    }   
    .recipes-row .flex-row {
        margin: 0;
    }
    .recipes-row .flex-row .col-33 {
        padding: 0;
    }
    .owlSlideNumbers {
        text-align: center;
        margin-top: -1em;
    }
    .recipes-row {
        margin: 0;
    }
    .recipes-row .flex-row .col-33 {
        padding: 44px 0 60px;
    }
    .story-card_back .recipe-card {
        padding: 0 30px 25px;
    }
    .recipe-card_detail {
        font-size: 14px;
    }
    img.videoPlay {
        width: 54px;
    }

    .craig-nog-tile .glass-effect {
        background: url(../images/craig-nog-mob-blur.jpg) left top / cover no-repeat;
    }
    .craig-nog-tile .glass-effect::before {
        background: linear-gradient(0deg, rgba(169, 89, 1, 0.80) 39%, rgba(169, 89, 1, 0.78) 59.38%, rgba(169, 89, 1, 0.00) 120.52%);
    }

    .holiday-label-tile .glass-effect {
        background: url(../images/holiday-label-24-blur-mob.jpg) left top / cover no-repeat;
    }
    .holiday-label-tile .glass-effect::before {
        background: linear-gradient(0deg, #000 -12.35%, rgba(0, 0, 0, 0.00) 57.36%);
    }

    .gift-greatness-tile .glass-effect {
        background: url(../images/bottle-group-blur-mob.jpg) left top / cover no-repeat;
    }
    .gift-greatness-tile .glass-effect::before {
        background: linear-gradient(0deg, #000 31.13%, rgba(0, 0, 0, 0.00) 105.96%);
    }

    .cheer-tile .glass-effect {
        background: url(../images/cheers-bg2-mob.jpg) left top / cover no-repeat;
    }
    .cheer-tile .glass-effect::before {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) -12.35%, rgba(0, 0, 0, 0.00) 57.36%);
    }
    .spotify-plugin iframe {
        height: 370px;
    }
    .recipeCta {
        margin: 1.5em 0 2.5em !important;
    }

    .holiday25-banner.flexible-content {
        position: relative;
        height: auto;
        padding: 42px 20px;
        background: #000;
    }
    .holiday25-banner_content {
        position: relative;
        top: auto;
        right: auto;
    }
    .holiday25-banner .glass-effect {
        background: url(../images/holiday-hero-blur.jpg) center top / cover no-repeat;
    }
    .holiday25-banner .glass-effect::before {
        background: linear-gradient(0deg, #000 31.13%, rgba(0, 0, 0, 0.00) 105.96%);
    }
    .holiday25-banner_content .h2 span {
        font-size: 1em;
        line-height: 1.2em;
        text-align: center;
        padding-bottom: .45em;
    }    
    .holiday25-banner_content .flex {
        justify-content: center;
    }

    .fireside-tile .glass-effect {
        background: url(../images/fireside-blur-mob.jpg) center top / cover no-repeat;
    }
    .fireside-tile .glass-effect::before {
        display: block;
    }
    .b-draddy-tile .glass-effect {
        background: url(../images/b-draddy-mob-blur.jpg) center top / cover no-repeat;
    }
}

@media screen and (max-width: 767px) and (min-width: 540px) {
    .spotify-plugin iframe {
        height: 524px;
    }
}