/*
Theme Name: Big Boy
Description: Bootstrap 3.0 child theme for BigBoy
Version: 1.0

Text Domain: wp-bootstrap
*/

span.blind{
    position:absolute;
    top:-99999px;
}

.metaslider .flex-control-nav{
    position: absolute;
    bottom: 20px !important;
}

header .icons{
    display: inline-block;
}

body .flex-control-paging li a.flex-active{
    background: #fff;
}

body .metaslider .flexslider{
    margin-bottom: 20px;
}

@font-face {
    font-family: 'BebasRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/BebasNeue-webfont.woff') format('woff'),
    url('fonts/BebasNeue-webfont.ttf') format('truetype'),
    url('fonts/BebasNeue-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    padding-top: 0;
}

.pull-up {
    margin-top: -20px;
}

.ajax-loader {
    background: url(img/ajax-loader.gif) no-repeat;
    display: inline-block;
    height: 32px;
    width: 32px;
}

/**
 * Bootstrap Overrides
 */
html, body {
    height: 100%;
    overflow-x: hidden;
}

.food-menu-back{
    margin-top:25px;
}

.pull-up {
    margin-top: -20px;
}

.btn {
    border-radius: 0;
    transition: background-color .15s;
}

/* Primary to Inverse */
.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    border-color: #222;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #222;
    border-color: #111;
}

.btn-primary:active, .btn-primary.active {
    background-color: #090909 \9;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #444;
}

.btn-danger {
    background-color: #e82629;
    border-color: #ae1f30;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #e82629;
}

.thumbnail {
    border-radius: 0;
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    border-color: #E96666;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(233, 102, 102, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(233, 102, 102, 0.6);
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: inherit;
}

.table-clean > thead > tr > th,
.table-clean > tbody > tr > th,
.table-clean > tfoot > tr > th,
.table-clean > thead > tr > td,
.table-clean > tbody > tr > td,
.table-clean > tfoot > tr > td {
    border: none;
}

/**
 * Big Boy
 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #e82629;
    font-family: "BebasRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

a {
    transition: color .15s;
}

a,
a:link,
a:visited {
    color: #e82629;
}

a:hover,
a:active,
a:focus {
    color: #ae1f30;
}

a.btn {
    color: #333;
}

a.btn-info,
a.btn-primary,
a.btn-danger,
a.btn-success,
a.btn-warning,
a.btn-inverse {
    color: #fff;
}

label .required, span.required {
    color: #f00;
    font-weight: bold
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #e82629;
}

.help {
    font-size: 11px;
    line-height: 16px;
    margin: 0;
    padding: 20px;
}

.menu-header {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .menu-header {
        margin-left: -15px;
        margin-right: -15px;
    }
}

#intranet-link {
    margin-right: 8px;
}

.well {
    border: none;
    border-radius: 0;
    position: relative;
}

.well h2:first-child,
.well h3:first-child {
    margin-top: 0;
}

.well p:last-child {
    margin-bottom: 0;
}

.well-default {

}

.well-primary {
    color: #fff;
    background-color: #363636;
    border-color: #222;
}

.well-default h1, .well-default h2, .well-default h3, .well-default h4 {
    color: #363636;
}

.well-primary h1, .well-danger h1,
.well-primary h2, .well-danger h2,
.well-primary h3, .well-danger h3,
.well-primary h4, .well-danger h4 {
    color: #fff;
}

.well-danger {
    background-color: #e82629;
    border-color: #ae1f30;
    color: #fff;
}

.well-danger h2 em {
    color: #9d0104;
    font-style: normal;
}

/**
 * Header
 */
#header,
#footer {
    background: #e82629 url(img/red-dots.png) no-repeat top right;
}

#header .navbar {
    margin-bottom: 0;
}

.navbar {
    border: none;
    border-radius: 0;
    font-size: 13px;
    min-height: 40px;
}

.navbar-inverse {
    background-color: #3c3c3c;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    padding: 10px 15px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background: #2b2b2b;
}

#header .navbar-inverse .navbar-nav > li > a:hover,
#header .navbar-inverse .navbar-nav > li > a:focus,
#header .navbar-inverse .navbar-nav > .active > a,
#header .navbar-inverse .navbar-nav > .active > a:hover,
#header .navbar-inverse .navbar-nav > .active > a:focus,
#header .navbar-inverse .navbar-nav > .current-page-ancestor > a {
    background: none;
    color: #e82629;
}

#menu-main-menu .divider {
    color: #e82629;
    font-size: 18px;
    padding: 7px 5px;
}

@media (max-width: 979px) {
    #menu-main-menu a {
        font-size: 12px;
        padding: 10px;
    }
}

#page-title {
    background: #b3b3b3;
    color: #3c3c3c;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 20px 0;
    padding: 5px 35px;
}

.page-header,
.page-title {
    display: none;
}

.home #page-title {
    display: none;
}

#logo {
    display: inline-block;
    height: 85px;
    position: relative;
    width: 310px;
}

#logo img {
    left: 0;
    position: absolute;
    top: 0;
}

.hashtag {
    color: white;
    display: inline-block;
    font-weight: bold;
    line-height: 36px;
    margin-right: 10px;
}

/**
 * Footer
 */
#footer {
    color: #fff;
    font-size: 11px;
    height: 130px;
    padding: 20px 0;
    position: relative;
    margin-top: -130px;
}

#footer a {
    color: #fff;
}

/**
 * Content
 */
#content {
    padding-top: 0;
}

#main article {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#page-submenu {
    display: inline-block;
    margin: 0 20px;
    padding: 0;
}

#page-submenu li {
    display: inline-block;
    font-size: 76%;
    list-style: none;
    margin: 0 10px;
}

#page-submenu a:link,
#page-submenu a:visited {
    color: #4a4a4a;
}

#page-submenu a:hover,
#page-submenu a:focus,
#page-submenu .current_page_item a {
    color: #e82629;
    text-decoration: none;
}

.soliloquy-container {
    margin-bottom: 20px !important;
}

#main .soliloquy-container .soliloquy-next,
#main .soliloquy-container .soliloquy-prev {
    background-color: rgba(0, 0, 0, .25);
    transition: background-color .25s;
}

#main .soliloquy-container .soliloquy-next:hover,
#main .soliloquy-container .soliloquy-prev:hover {
    background-color: rgba(0, 0, 0, .7);
}

.front-well {
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
}

.front-well h3 {
    margin: 0 0 1em;
}

.front-well h3,
.front-well p {
    color: #fff;
}

#locator-well {
    background: #3c3c3c;
}

@media (max-width: 767px) {
    #locator-well h3 {
        margin-bottom: 10px;
    }
}

#connect-well {
    background: #e82629;
}

#connect-well .btn {
    padding: 12px;
    text-transform: uppercase;
}

#connect-well .connect-btns div {
    margin: 4px 0;
}

#connect-well .instagram-btn {
    background-color: #3d6692;
    border-radius: 3px;
    color: white;
    display: inline-block;
    font-size: 11.5px;
    margin-bottom: 2px;
    padding: 2px 8px;
}

#connect-well .instagram-btn:hover {
    background-color: #375F84;
    text-decoration: none;
}

@media (min-width: 768px) {
    #connect-well .col-sm-6 {
        padding-top: 10px;
        padding-bottom: 5px;
    }

    #connect-well .connect-col {
        border-left: 1px solid white;
    }
}

@media (min-width: 1200px) {
    #connect-well .col-sm-6 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #locator-well {
        margin-bottom: 10px;
    }

    #locator-well p {
        margin-bottom: 0;
    }

    #locator-well h3 {
        margin-bottom: .5em;
    }

    #connect-well {
        padding: 15px 20px;
    }
}

#shop-well {
    margin-bottom: 20px;
}

#shop-well img {
    height: auto;
    width: 100%;
}

#shop-well h3 {
    background: #e82629;
    color: #fff;
    display: inline-block;
    line-height: 36px;
    margin: 0;
    padding: 0 10px;
}

#shop-well h3 small {
    color: #fff;
    margin-left: 10px;
}

.col-left {
    padding-right: 5px;
}

.col-right {
    padding-left: 5px;
}

/**
 * Google Maps
 */
.gmap img {
    max-width: none !important;
}

#map-canvas {
    background: #ededed;
    height: 420px;
    margin: 0 -15px;
}

@media (max-width: 767px) {
    #map-canvas {
        height: 240px;
    }
}

#map-canvas.pull-up {
    margin-top: -20px;
}

#map-controls {
    background: #ededed;
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    #map-controls label {
        display: block;
    }
}

#map-filter,
#map-directions {
    padding: 10px;
}

.gm-style-iw .thumbnail {
    border: none;
    margin: 0;
    padding: 0;
}

.location .buttons,
.gm-style-iw .buttons {
    margin-top: 5px;
}

#locations {
    margin-bottom: 20px;
}

/**
 * Nav Tabs
 */
.nav-stacked.nav-tabs {
    border: none;
}

.nav-stacked.nav-tabs > li > a,
.nav-stacked.nav-tabs > li.active > a,
.nav-stacked.nav-tabs > li.active > a:hover,
.nav-stacked.nav-tabs > li.active > a:focus {
    border: none;
    text-align: right;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    font-weight: bold;
}

#food-menu-title {
    color: #4a4a4a;
}

#food-menu-nav .navbar-nav > li > a:hover,
#food-menu-nav .navbar-nav > li > a:focus {
    color: #ccc;
}

@media (min-width: 768px) {
    #food-menu-nav .navbar-collapse {
        padding: 0;
    }
}

#food-menu-filters img {
    display: inline-block;
}

#food-menu-selector h3 {
    margin: 5px 0;
}

@media (min-width: 1200px) {
    #menu-selector h3,
    #food-menu-selector h3 {
        margin: 5px 25px;
    }
}

.select-or {
    margin-right: -20px;
}

.lt-ie9 .select-or {
    padding-top: 300px;
}

@media (min-width: 767px) {
    .select-or {
        padding-top: 220px;
    }
}

@media (min-width: 980px) {
    .select-or {
        padding-top: 300px;
    }
}

@media (min-width: 1200px) {
    .select-or {
        padding-top: 360px;
    }
}

/**
 * Contact Form
 */
div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
    background: #FFDC6F;
    border-color: #FEC000;
    color: #3a3530;
}

div.wpcf7-mail-sent-ok {
    background: #679C50;
}

div.wpcf7-mail-sent-ng {
    background: #E74C4C;
    border-color: #E92323;
}

span.wpcf7-not-valid-tip {
    color: #E92323;
}

/**
 * Videos
 */
video {
    max-width: 100%;
}

.vjs-play-progress, .vjs-volume-level {
    background-color: #e30c0c !important;
}

.vjs-control-bar, .vjs-big-play-button {
    background: rgba(0, 0, 0, 0.7) !important;
}

.vjs-slider {
    background: rgba(0, 0, 0, 0.3) !important;
}

/**
 * Food Menus
 */
.food-menu-pane h2 {
    margin-top: 0;
}

.food-menu-pane h3,
.food-menu-section h3 {
    color: #4a4a4a;
    margin-bottom: 0;
}

.bb-favorite {
    background: url(img/bb-favorite.png) no-repeat 0 10px;
    margin-left: -20px;
    padding-left: 20px;
}

/**
 * Triangles
 */
.triangle {
    border-style: solid;
    height: 0;
    position: absolute;
    top: 20px;
    width: 0;
    -webkit-transform: rotate(360deg);
    z-index: 100;
}

.triangle-left {
    border-width: 50px 60px 50px 0;
    left: -60px;
}

.triangle-right {
    border-width: 50px 0 50px 60px;
    right: -60px;
}

.well-danger .triangle-left {
    border-color: transparent #e82629 transparent transparent;
}

.well-danger .triangle-right {
    border-color: transparent transparent transparent #e82629;
}

@media (max-width: 767px) {
    .triangle {
        display: none;
    }
}

/**
 * Sticky Footer
 */
#wrapper {
    position: relative;
    min-height: 100%;
}

* html #wrapper {
    height: 100%;
}

#wrapper-inner {
    padding-bottom: 140px;
}

#footer {
    height: 130px;
    padding: 20px 0;
    position: relative;
    margin-top: -130px;
}

@media (max-width: 767px) {
    #page-content {
        margin: 0 20px;
    }

    .page-front #page-content {
        margin: 0 auto;
    }

    #footer {
        height: 150px;
        margin-top: -150px;
        padding: 0;
    }
}

/**
 * Ghetto Hacks
 */
p:empty {
    display: none;
}

.lt-ie9 body {
    padding-top: 0;
}

#merch-gate-modal .modal-dialog {
    max-width: 600px !important;
}

#merch-gate-modal .modal-content {
    border-radius: 0;
}

#merch-gate-modal .modal-content a {
    background-color: #e41d38;
    color: #fff;
    display: block;
    text-transform: uppercase;
    transition: color .2s;
}

#merch-gate-modal .modal-content a:hover,
#merch-gate-modal .modal-content a:focus {
    background-color: #CA263C;
    text-decoration: none;
}

#merch-gate-modal .modal-content .bar {
    padding: 10px 20px;
}

/**
 * Kung Fu Panda
 */
.kfp-row {
    margin-top: 30px;
}

.kfp-row .btn {
    font-family: "BebasRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.kfp-thumb {
    border: 1px solid black;
    display: inline-block;
    margin-bottom: 15px;
    max-width: 100%;
}

.kfp-copyright {
    border-top: 1px solid #eee;
    color: #ccc;
    font-size: 10px;
    line-height: 1.25em;
    margin-top: 30px;
    padding-top: 15px;
}

@media (min-width: 768px) {
    .kfp-row h2 {
        margin-top: 0;
    }
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #fff;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}

.slick-dots li button:before {
    color: #fff;
    font-size: 16px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev {
    left: 10px;
    z-index: 10;
}

.slick-next {
    right: 10px;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

.slick-next:before {
    content: '→';
}

.slick-prev:before {
    content: '←';
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-slider {
    margin-bottom: 30px;
}

.front-home {
    padding: 22px 20px;
}

@font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.eot?12420452');
    src: url('fonts//fontello.eot?12420452#iefix') format('embedded-opentype'),
    url('fonts/fontello.woff2?12420452') format('woff2'),
    url('fonts/fontello.woff?12420452') format('woff'),
    url('fonts/fontello.ttf?12420452') format('truetype'),
    url('fonts/fontello.svg?12420452#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 900;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.facebook {
    color: #fff !important;
    font-size: 11.5px;
    background: #4267b2;
    border: 1px solid #4267b2;
    padding: 2.5px 6px;
    border-radius: 3px;
}

.facebook:hover {
    text-decoration: none;
    background: #365899;
    border: 1px solid #365899;
}

.twitter {
    background-color: #1b95e0;
    color: #fff !important;
    font-weight: 500;
    font-size: 11.5px;
    padding: 3.5px 6px;
    border-radius: 3px;
}

.twitter:hover {
    text-decoration: none;
    background-color: #0c7abf;
}

.facebook-main {
    margin-bottom: 6px;
}

.icon-twitter:before {
    content: '\f099';
}

/* '' */
.icon-thumbs-up-alt:before {
    content: '\f164';
}

/* '' */
.icon-instagram:before {
    content: '\f16d';
}

/* '' */

.right-align {
    float: right;
}

.left-align {
    float: left;
}

.center-align {
    display: table;
    margin: 0 auto;
}

.images img {
    display: inline-block;
    margin: 0px 10px;
}

.pull-up img {
    width: 100%;
}

.fw-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.rows{
    padding: 19px;
    margin-bottom: 20px;
}

@media (min-width: 1200px){
     body .fw-container {
        width: 1140px;
    }
}

.sheldue{
    margin-top: 10px;
    margin-bottom: 5px;
}

.single-days-hours .single-day{
    font-weight: 500;
}

.single-days-hours:last-child{

    margin-bottom: 10px;
}

@media screen and (max-width: 767px){
    #header-links{
        margin-top: 5px;
    }
    #header-links .hashtag{
       display: none;
    }

    #social-map-img{
        display: none;
    }

    #social-map{
        display: none;
    }
}

@media screen and (max-width: 510px){
    #header-links{
        float: none !important;
        overflow: hidden;
        width: 100%;
        text-align: center;
    }
}
.full-width .wp-video, .full-width video.wp-video-shortcode, .full-width .mejs-container, .full-width .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.full-width .mejs-container {
    padding-top: 56.25%;
}
.full-width .wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
.full-width video.wp-video-shortcode {
    position: relative;
}
.full-width .mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.full-width .mejs-controls {
    display: none;
}
.full-width .mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
.thumbnail.shazam img{
 width: 100%;   
}