.itemourall{
	position: relative;
	cursor: pointer;
	margin-bottom: 30px;
}
.itemourall .thumb{
	padding-top: 66.67%;
	position: relative;
	overflow: hidden;
}
.itemourall .thumb::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	height: 50%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	z-index: 1;
}
.itemourall .thumb img{
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
	-ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itemourall:hover .thumb img{
	transform: scale(1.05);
}
.itemourall .decs{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	z-index: 2;
}
.itemourall .decs h3{
	color: #fff;
	font-size: 22px;
	line-height: 34px;
	font-weight: 400;
	font-family: 'Minion';
}


.vhdecorate .decs{
	padding: 15px 20px 30px;
	background-color: #f6f6f6;
}
.vhdecorate .dstitle{
	margin-bottom: 10px;
}
.vhdecorate .dstitle h3{
	font-size: 24px;
    line-height: 36px;
	font-weight: 600;
    font-family: 'Minion';
}
.vhdecorate .dstend{
	font-size: 14px;
	line-height: 22px;
	color: #555555;
	height: 66px;
	overflow: hidden;
	margin-bottom: 10px;
}
.slwedding .thumb img {
	aspect-ratio: 670 / 447;
	width: 100%;
    object-fit: cover;
}
@media all and (max-width: 991px){
	.itemourall{
		margin-bottom: 20px;
	}
}
