/**
 * Add your css styles here, this will be placed on the document head
**/

body {
    margin: 0;
}
body .lf-item {
  height: 320px;
  position: relative;
  overflow: hidden;
}
body .lf-background {
  background-position: 50%;
  height: 70%;
  width: 100%;
  background-size: cover;
  transition: all .2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
body .lf-item-info > h4 {
  font-weight: 200;
  font-size: 12px;
  color: #666;
  margin-top: 0;
  margin-bottom: 5px;
}
body .overlay {
 background-color: #fff !important;
  opacity: 0 !important;
}