#media-info .img-cntr {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 71.42%;
  border: 1px solid #EEE;
  background: #FFF;
  text-align: center;
  margin-bottom: 1rem;
  transition: all 0.4s ease;
  overflow: hidden;
}
#media-info .img-cntr:not(.no-photo):hover {
  transform: scale(105%);
}
#media-info .img-cntr img {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
#media-info .img-cntr i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  font-size: 3.5rem;
  color: #FFF;
  text-shadow: 0px 0px 3px #000;
}
#media-info .img-cntr.large > i {
  font-size: 5rem;
}
#media-info .img-cntr.no-photo i {
  font-size: 6rem;
  color: #DDD;
}
#media-info .img-cntr .status-badge {
  position: absolute;
  top: 35px;
  left: -55px;
  background: #182534;
  color: #FFF;
  padding: 0 1rem;
  width: 250px;
  height: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  transform: rotate(325deg);
  box-shadow: 1px 1px 1px #182534;
  z-index: 1;
}
#media-info .img-cntr .status-badge.being-assessed {
  background: #FCFCFC;
  color: #182534;
}
#media-info .img-cntr .status-badge.available {
  background: #00C8C3;
  border-color: #00C8C3;
  color: #FFF;
}
#media-info .img-cntr .status-badge.applications-closed {
  background: #FFEB3B;
  border-color: #FFEB3B;
  color: #182534;
  font-weight: bold;
}
#media-info .img-cntr .status-badge.temporarily-reserved {
  background: #5600AB;
  border-color: #5600AB;
  color: #FFF;
}
#media-info .img-cntr .status-badge.reserved {
  background: #0038AB;
  border-color: #0038AB;
  color: #FFF;
}
#media-info .img-cntr .status-badge.rehomed {
  background: #182534;
  border-color: #182534;
  color: #FFF;
}
#media-info .details-title {
  font-family: "Nanum Pen Script", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 600px) {
  #media-info .details-title {
    margin-top: 2rem;
  }
}
#media-info .details-info i {
  margin-left: 0.2rem;
  font-size: 1.2rem;
}

#story a {
  color: #00C8C3;
  border-bottom: 1px dotted #CCC;
  transition: all 0.2s ease;
}
#story a:hover {
  color: #00DFD8;
  border-color: #00DFD8;
}

#experience .xp-cntr {
  min-height: 16rem;
  padding: 2rem;
  border-right: 1px dotted #EEE;
  font-size: 0.8rem;
  color: #999;
  margin-top: 1rem;
}
#experience .xp-cntr:last-of-type {
  border-right: 0;
}
#experience .xp-cntr.g, #experience .xp-cntr.o, #experience .xp-cntr.b, #experience .xp-cntr.bp {
  background: #182534;
  color: #FFF;
  border-radius: 8px;
}
#experience .xp-cntr .badge {
  display: inline-block;
  width: 8rem;
  height: 2rem;
  background: #999;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 2.1rem;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 1.6rem;
}
#experience .xp-cntr.g .badge {
  background: #00C8C3;
}
#experience .xp-cntr.o .badge {
  background: #FF9800;
}
#experience .xp-cntr.b .badge {
  background: #2196F3;
}
#experience .xp-cntr.bp .badge {
  background: #3F51B5;
}
#experience .xp-cntr .characteristics {
  margin-bottom: 1rem;
}
#experience .xp-cntr .characteristics strong,
#experience .xp-cntr .suitability strong {
  display: inline-block;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.2rem;
}
#experience .xp-cntr.g .characteristics strong, #experience .xp-cntr.g .suitability strong {
  color: #00C8C3;
}
#experience .xp-cntr.o .characteristics strong, #experience .xp-cntr.o .suitability strong {
  color: #FF9800;
}
#experience .xp-cntr.b .characteristics strong, #experience .xp-cntr.b .suitability strong {
  color: #2196F3;
}
#experience .xp-cntr.bp .characteristics strong, #experience .xp-cntr.bp .suitability strong {
  color: #3F51B5;
}/*# sourceMappingURL=animal-tile-info.css.map */