.photo-sec {
  padding: 0;
  position: relative;
}

.photo-sec img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4), 0 0 20px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4), 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.photo-sec .caption {
  position: absolute;
  left: 1em;
  bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.photo-sec .title {
  font-size: 0.8em;
  text-transform: uppercase;
  padding: calc(0.6em / 0.8);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  max-width: 40%;
}

.photo-sec .description {
  margin-top: calc(0.6em / 0.6);
  font-size: 0.6em;
  padding: calc(0.6em / 0.6);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  max-width: 40%;
  max-height: 80%;
}
