/* "GALLERY MODEL 2" section
--------------------------------------------------------------------------------*/

	#historias_de_parto-bebe_sorpresa {
		margin-bottom: 10em;
		font-size: 15px;
	}
	

	/* the header */
	#hdp2photo {
		background-image:url(../img/parallax/hdp.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 300px;
		height: 300px; 
		margin: 0 auto; 
		width: 100%; 
		max-width: 1920px; 
		margin-bottom: 50px;
	}
	
	/* gallery container */
		.gallery-container2 {
			width: 100%;
			margin:50px auto;
			padding:0px 30px;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			overflow: hidden;
		}
		 
		.megafolio-container2{  
			width:100%; 
	   	position:relative;
	   	-moz-box-sizing: border-box;
	   	box-sizing: border-box;
	   	-webkit-box-sizing: border-box;
		}

		.gallery-container2 .mega-hover {
			background-color: rgba(255,255,255, 0.7);
			border-radius: 0;
		}
		.gallery-container2 .mega-hovertitle {
			color: #725656;
			text-transform: uppercase;
			line-height: 20px;
		}
		.gallery-container2 .mega-hovertitle .mega-hoversubtitle {
			font-style: italic;
			color: #725656;
			font-weight: bold;
		}
		.gallery-container2 .mega-entry .mega-entry-innerwrap {
			/*border: 2px solid #fff;*/
			border-radius: 0px; 
			background-color: rgba(255, 255, 255, 0.5);
			border: 1px solid #FFFFFF;
			padding: 3px;
		}
		.gallery-container2 .mega-hover {
			width: 98%;
			height: 98%;
		}
