/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.happy-hour img {
       width: 100%;
    height: auto !important;
}

body .type-staffpicks.single-special, .type-newitems.single-special  {
    float: left;
    margin-right: 1em;
    width: 100%;
    max-width: 100%;
}

.type-newitems .specials-image {
    height: 160px;
    width: 160px;
    white-space: nowrap;
    text-align: center;
    margin: auto;
}

body .specials-image {
height: 160px;
width: 160px;
/* border: 1px solid red; */
white-space: nowrap;
text-align: center;
margin: auto;
}

body .specials-image img {
text-align: center;
margin-left: auto;
margin-right: auto;
vertical-align: middle;
max-height: 140px;
max-width: 140px;
}


