

.gp-logo {
    width: 40% !important;
margin: 0 auto;
}

eltd_icon_font_awesome fa fa-bars {
color:#fff;
display:none !important;
}

.side_menu_button {
display:none !important;
}

.birthday {
 font-family: 'Vast Shadow', cursive;
 font-size: 45px; color: #fff;
 text-transform: uppercase;
 line-height: 1.5;
}

.sneeze {
width:60%;
margin:0 auto;
}

footer {
display:none;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
.gp-logo {
    width: 80% !important;
margin: 0 auto;
}

#birthday-banner {
display:none !important;
}

.sneeze {
width:100%;
margin:0 auto;
}

}