/* ---------------------- SHAKES FEATURED TILE --------------------- */

#featured #milk-shake .ft-item {
   align-items: center;
   justify-content: center;
   text-align: center;
}
#featured #milk-shake .ft-item .ft-tri-bl {
    display: none;
}
#featured #milk-shake .ft-item .ft-text {
    font-family: "ThirstyRoughRegTwo", Helvetica, Arial, sans-serif;
    font-size: 4.75rem;
    line-height: 5.75rem;
    text-shadow: 0 0px 11px #777;
    margin-top: -200px;
}


@media screen and (max-width:1200px) {
    #featured #milk-shake .ft-item .ft-text {
        font-size: 4rem;
        line-height: 4.5rem;
    }
    
}
@media screen and (max-width:992px) {
    #featured #milk-shake .ft-item .ft-text {
        font-size: 3.5rem;
        line-height: 4rem;
    }
    
}
@media screen and (max-width:767px) {
    #featured #milk-shake .ft-item .ft-text {
        font-size: 2.75rem;
        line-height: 3rem;
        margin-top: -100px;
    }
   
   
}
@media screen and (max-width:600px) {
    #featured #milk-shake .ft-item .ft-text {
        font-size: 4rem;
        line-height: 4.5rem;
       margin-top: -150px;
    }
    
   
 
}
@media screen and (max-width:480px) {
    
    #featured #milk-shake .ft-item .ft-text {
        font-size: 3rem;
        line-height: 3.5rem;
    }
   
}
@media screen and (max-width:350px) {
   
    #featured #milk-shake .ft-item .ft-text {
        font-size: 3rem;
        line-height: 3.5rem;
          margin-top: -50px;
    }
  
}