.projs_vb1 {
	position:relative;
	float:left;
	width:100vw;
	background-image: url('../images/about/hero.jpg');
	background-size: cover;
	background-position: center center;
	height: 0px;
	padding-bottom: 31.25%;
	z-index: 1;
}

.projs_intro {
	margin-top: 5%;
}
.projs_intro .hm_vb3_text {
	width: 45%;
}

.projs_container {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 2%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.projs_i {
	position: relative;
	float: left;
	width: 32%;
	margin-top: 30px;
	background-image: url('../images/events/1-wedding/thumb.jpg');
	background-size: cover;
	background-position: bottom center;
	padding-bottom: 30%;
	transition-duration: 0.2s;
	cursor: pointer;
}
.projs_i:nth-child(2) {
	background-image: url('../images/home/events/event-2.jpg');
}
.projs_i:nth-child(3) {
	background-image: url('../images/home/events/event-3.jpg');
}
.projs_i:nth-child(4) {
	background-image: url('../images/home/events/event-4.jpg');
}
.projs_i:nth-child(5) {
	background-image: url('../images/home/events/event-5.jpg');
}

.projs_i_hover {
	position: absolute;
	bottom: 35px;
	right: 35px;
	color: #FFFFFF;
	font-size: 42px;
	font-weight: bold;
	width: 90%;
	transition-duration: 0.3s;
}
.projs_i_hover span {
	position: relative;
	float: left;
	width: 100%;
	text-align: right;
}
.projs_i_hover span:nth-child(2) {
	font-size: 21px;
}

.proji_pics {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proji_pics_i {
	position: relative;
	float: left;
	width: 40.5%;
	margin-top: 15px;
}
.proji_pics_i:nth-child(3), .proji_pics_i:nth-child(4), .proji_pics_i:nth-child(9) {
	width: 16.5%;
}
.proji_pics_i img {
	position: relative;
	float: left;
	width: 100%;
}

.proji_hero_1 {
	background-image: url('../images/events/1-wedding/hero.jpg');
}



@media screen and (max-width: 1400px) {
	.projs_intro .hm_vb3_text {
		width:70%;
	}
	.projs_container {
		flex-wrap:wrap;
	}
	.projs_i {
		width:calc(50% - 15px);
	}
	.projs_i_hover {
		font-size:32px;
	}
	.projs_i_hover span:nth-child(2) {
		font-size: 18px;
	}
}

@media screen and (max-width: 1000px) {
	.projs_intro .hm_vb3_text {
		width:100%;
	}
}

@media screen and (max-width: 800px) {
	.projs_i {
		width:100%;
		padding-bottom:60%;
	}
	.proji_pics_i, .proji_pics_i:nth-child(3), .proji_pics_i:nth-child(4), .proji_pics_i:nth-child(9) {
		width:100%;	
	}
}





















