#main {
  margin-top: 50px;
}
#main > .main-image img,
#main .snd-img-1 img,
#main .snd-img-2 img,
#main .snd-img-3 img {
  width: 100%;
}
#main > .tripadvisor {
  position: absolute;
  z-index: 21;
  right: 5px;
  top: 91px;
}
#main > .tripadvisor img {
  width: 128px;
}
#main > .main-image,
#main .snd-img-1,
#main .snd-img-2,
#main .snd-img-3 {
  position: relative;
}
#main > .main-image {
  max-height: 700px;
  overflow: hidden;
  z-index: 19;
}
#main .img-msg {
  position: absolute;
  bottom: 0;
  left: 15px;
  color: white;
  text-shadow: 0 0 5px #000;
  font-size: 1.4em;
  padding-right: 10px;
}
#main > .main-image .img-msg {
  font-size: 2.1em;
  font-family: 'Montserrat', sans-serif;
}
footer .border {
  border-top: none;
}
@media screen and (min-width: 960px) {
  #main .img-msg {
    font-size: 1.7em;
  }
  #main > .main-image .img-msg {
    font-size: 5em;
  }
  #main > .main-image {
    /*box-shadow: 0 0 5px #000;*/
  }
  #main .snd-img-1,
  #main .snd-img-2 {
    float: left;
    width: 33.33%;
  }
  #main .snd-img-3 {
    float: left;
    width: 33.33%;
  }
  #main > .tripadvisor img {
    width: 256px;
  }
}
#main .main-image a,
#main .snd-images a {
  color: white;
}

