/* Responsive Google Maps */
.google-maps {
position: relative;
padding-bottom: 50%; // This is the aspect ratio
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
#hours , #mins{
display: inline-block;
 color: #e51b24;
 font-weight: 500;
 font-size: 20px;
  line-height:25px;
  margin:0;
}
#hours{padding-right:15px;}
.countdown-wrap h1 {
font-size: 14px;
color: #e51b24;
 font-weight: 600;
  margin:0;
  line-height: 10px;
}


