@import url("style.css");

.album_title {
  font-family: GothamLight;
  font-size: 25pt;
  color: white;
  margin-left: 10%;
}

.photo_wrapper img{
  width: 100%;
  max-height: calc(100% - 100px);
}

.portrait{ width:35%; }

.landscape{ width:75%; }

@media  (max-width: 768px){
  .portrait{ width:75%; }
}
