/* ---------------------- frito-pie-burger FEATURED TILE --------------------- */

#featured #frito-pie-burger .ft-item {
   align-items: center;
   justify-content: center;
   text-align: center;
}
#featured #frito-pie-burger .ft-item {
    background-position: bottom center;
    justify-content: space-between;
}
#featured #frito-pie-burger .ft-item .ft-tri-tr {
    display: none;
}
#featured #frito-pie-burger .ft-item .ft-text {
    font-family: "EvelethDotRegular-Bold", Helvetica, Arial, sans-serif;
    font-size: 4.5rem;
    line-height: 5.5rem;
    text-shadow: 2px 2px 4px #000;
    color: #f0a400;
}
#featured #frito-pie-burger .ft-item .ft-sub-text {
    font-family: "BebasNeueBold", Helvetica, Arial, sans-serif;
    color: #fff;
    z-index: 504;
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: .05rem;
    text-shadow: 0 0 10px #000;
    width: 100%;
}
@media screen and (max-width:1400px) {
    #featured #frito-pie-burger .ft-item .ft-text {
        font-size: 3.75rem;
        line-height: 4.75rem;
    }
}
@media screen and (max-width:1200px) {
    #featured #frito-pie-burger .ft-item .ft-text {
        font-size: 3.15rem;
        line-height: 3.5rem;
        text-shadow: 1px 1px 0px #fff;
        color: #f0a400;
    }
}
@media screen and (max-width:992px) {
    #featured #frito-pie-burger .ft-item .ft-text {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}
@media screen and (max-width:767px) {
    #featured #frito-pie-burger .ft-item .ft-text {
        font-size: 2.25rem;
        line-height: 2.75rem;
    }
    #featured #frito-pie-burger .ft-item .ft-sub-text {
        font-size: 1rem;
        line-height: 1.25rem;
    }
}
@media screen and (max-width:600px) {
    #featured #frito-pie-burger .ft-item .ft-text {
        font-size: 3.25rem;
        line-height: 3.75rem;
    }
    #featured #frito-pie-burger .ft-item .ft-sub-text {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
}
@media screen and (max-width:480px) {
    #featured #frito-pie-burger .ft-item .ft-text {
        font-size: 2.25rem;
        line-height: 2.75rem;
    }
    #featured #frito-pie-burger .ft-item .ft-sub-text {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}
@media screen and (max-width:350px) {
    #featured #frito-pie-burger .ft-item .ft-text {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    #featured #frito-pie-burger .ft-item .ft-sub-text {
        font-size: 1rem;
        line-height: 1.25rem;
    }
}

