.dv-thumb {
  width: 60px;
  height: 50px;
  float: left
}
.dv-padding-t {
    padding-top: 15px;
}
.dv-bg-image {
    position: relative !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.50s ease;
    -moz-transition: opacity 0.50s ease;
    -ms-transition: opacity 0.50s ease;
    -o-transition: opacity 0.50s ease;
    transition: opacity 0.50s ease;
}
.dv-dark-text, .dv-dark-text-hover:hover, a:hover .dv-dark-text-hover {
    color: #03111b;
}
.dv-image-list-widget ul li a {
    display: block;
    overflow: hidden;
}
.dv-margin-r-md {
    margin-right: 10px;
}
#gallery .dv-image-list-widget {
	max-width: 300px;
}