.gallery-grid--item.gallery-grid--float-left.gallery-grid--columns-2 {
    align-items: center;
}
@media (max-width: 525px){
html,body{
overflow-x: hidden !important;
overflow-y: auto !important;
}
body *{
box-sizing: border-box !important;
min-width: unset !important;
}
.featuredblock__item, .hours__day, .map-a,
.animated {
overflow-x: hidden !important;
overflow-y: hidden !important;
}
#ple_fixed{
display: none !important;
}
}
/* Unsticky header */ 
.stickyyyyyy{
position: fixed;
width: 100%;
top: 0;
z-index: 9999;
}