.vhourab{
	padding: 35px 0 35px;
}
.vhourab .capour{
	max-width: 890px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}
.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.7) 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;
	color: #fff;
}
.itemourall .decs h3{
	color: #fff;
	font-size: 22px;
	line-height: 34px;
	font-weight: 400;
	font-family: 'Minion';
}
.itemourall .dstend{
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	display: block;
	overflow: hidden;
}
.itemourall .dscroll{
	overflow: hidden;
}
.itemourall .dsover{
	width: 100%;
    transform: translateY(calc(100% - 30px));
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itemourall:hover .dsover{
	transform: initial;
}
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
	.itemourall{
		margin-bottom: 20px;
	}
	.vhourab{
		padding: 20px 0 45px;
	}
}
