/**
 * custom
 * place custom style in this file
 * add !important to the end if no effect
 * e.g. color: #fff !important;
 * --------------------------------------------------
 *
 */

.site-main {
  overflow-y: auto;
  -ms-overflow-style: none;  // IE 10+
  overflow: -moz-scrollbars-none;  // Firefox
}

#photos img {
  background-color: white;
}

#address-link {
  color: white;
  text-decoration: underline;
}
