#carousel-banner {
  /*max-height: 536px;*/
}

#carousel-banner .carousel-inner,
#carousel-banner .carousel-inner>.item {
  height: 100%;
  max-height: inherit;
}

#carousel-banner .arrow-down {
  text-align: center;
  display: block;
  z-index: 1000;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -19px;
  font-size: 29px;
  color: #555;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
  height: 35px;
  width: 40px;
}

#carousel-banner .carousel-caption > h4 {
  font-weight: bold;
}

@media screen and (min-width: 1250px) {
  .icon-photo-count,
  .icon-video-length {
      font-size: 18px !important;
  }
}

#photos.grid .grid-item {
    max-width: 90% !important;
}

#photos .grid-item img {
  width: 100%;
}

@media (max-width: 768px) {
  #photos {
    margin-left: 0px;
  }
}

#hot-videos {
  max-height: 470px;
}

.psvid {
  width: 40%;
}

.thumbnail .caption {
  overflow: hidden; 
}
