body,
html {
  background-color: #000000;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.logo {
  max-width: 50%;
  max-height: 100px;
  margin: 20px auto;
  display: block;
}
.link-container {
  width: 90%;
  height: calc(100vh - 240px);
  margin: 40px auto 0;
  display: flex;
  justify-content: space-around;
}
.link {
  width: 40%;
  display: block;
}
.link-heading {
  font-size: 2vw;
  color: #ffffff;
  text-align: center;
  margin: 0 0 10px 0;
  display: block;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .link-heading {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 1650px) {
  .link-heading {
    font-size: 24px;
  }
}
.link .image-container {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}
.link:hover .link-heading,
.link:hover .image-container {
  opacity: 0.7;
}
.image-photography {
  background: url(http://storage.lightgalleries.net/4bd5ec0c1d3b1/landing-page/link_photography-1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.image-couture {
  background: url(http://storage.lightgalleries.net/4bd5ec0c1d3b1/landing-page/link_couture-2.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
