@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    h1, .display-4 { font-size: 2rem !important; }
    h2 { font-size: 1.5rem !important; }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    h1, .display-4 { font-size: 2rem !important; }
    h2 { font-size: 1.5rem !important; }
}
.go-to-top {
  display: none !important;
}
