/*
Project: 16-17_1-36a
Author: Richy Thomas
*/

.hint p:last-child {
  margin-bottom: 0;
}

.tile {
  cursor: all-scroll;
  height: 750px;
  overflow: hidden;
  position: relative;
}

.photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform .5s ease-out;
  width: 100%;
}

a.text-box, a.text-box:hover {
  color: #000;
  text-decoration: none;
}

.img-border {
  border: 6px solid #CCC;
  position: relative;
  margin-bottom: 10px;
}

.img-border-green {
  border: 8px solid #5cb85c;
}

.img-border-red {
  border: 8px solid #c9302c;
}

.btn-magnify {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 20;
  border-radius: 0;
}

.fa-check {
  color: #5cb85c;
}

.fa-times {
  color: #c9302c;
}




/* Tablet */
@media(min-width: 768px){



}


/* Desktop */
@media(min-width:992px){


}


/* Large Desktop */
@media(min-width:1200px){


}


/* Print */
@media print {


}