/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 08 2019 | 14:58:53 */
.dg_pop-item .ult-content-box {
	padding-top: 80% !important;
	box-sizing: border-box;
	position: relative; 
	transition: 0.2s ease-in-out all !important;
	margin-bottom: 30px !important;
}
.dg_pop-item .ult-content-box:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    height: 50%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(to top, rgba(29, 41, 62,1) 0%,rgba(255,255,255,0) 100%);
}
.dg_pop-item .ult-content-box:hover {
    transform: scale(1.05);
}
.dg_pop-item h3 {
	color: #FFF;
	position: absolute;
	bottom: 0;
	text-align: center;
	display: block; 
	padding: 20px;
	width: 100%; 
	z-index: 999;
}

