hr{
	margin-top: 60px;
	border: 0;
	height: 1px;
	border-top: 1px solid #ccc;
	width: 60%;
}

article{
	text-align: center;
}

article h3{
	font-size: 1.3em;
	color: #2d2d2d;
	text-transform: uppercase;
	margin-bottom: 22px;
	line-height: 28px;
}

article h5{
	font-size: 1.5em;
	font-weight: 100;
	line-height: 30px;
}

article p{
	line-height: 28px;
	margin-bottom: 40px;
}

.row1{
	margin-bottom: 30px;
	border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

.row1 article{
	min-height: 200px;
	max-height: 254px;
	height: 100%;
	width: 100%;
	background: url("../images/weddings-events/weddings-01-254.jpg") no-repeat bottom center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.row2 .cols:nth-child(1){
	margin-bottom: 60px;
	border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}


.row2 .cols:nth-child(1) article{
	min-height: 200px;
	max-height: 254px;
	height: 100%;
	width: 100%;
	background: url("../images/weddings-events/weddings-02.jpg") no-repeat bottom center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


@media only screen and (min-width:480px){
	.row1 article{
		min-height: 254px;
		max-height: 360px;
		background: url("../images/weddings-events/weddings-01-414.jpg") no-repeat bottom center; 
	}

	.row2 .cols:nth-child(1) article{
		min-height: 254px;
		max-height: 360px;
	}
}

@media only screen and (min-width:768px){
	hr{
		margin-top: 60px;
		width: 60%;
	}

	.row1 article{
		min-height: 254px;
		max-height: 380px;
		background: url("../images/weddings-events/weddings-01.jpg") no-repeat center center; 
		
	}

	.row2 .cols:nth-child(1) article{
		max-height: 240px;
	}

	.row2 .cols:nth-child(2){
		padding-top: 12%;
	}

	article .row2:after{
		clear: both;
		content: '';
		display: table;
	}

	article .row2 .cols{
		float: left;
		width: 50% !important;
		height: auto !important;
		min-height: 260px !important;
	}


}

@media only screen and (min-width:996px){
	.row2 .cols:nth-child(1) article{
		min-height: 280px !important;
	}
}

@media only screen and (min-width:1200px) {
	.row2 .cols:nth-child(1) article{
		min-height: 360px !important;
	}	
}	
