.singleImageGallery {
   height: 600px !important;

}

.fullwidthimage:before {
  content: "Welcome to Midtown Cycling" !important;
  color:white;
  font-size:4em;
  padding-left: 10px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .singleImageGallery {
   display:none !important;
  }
}
