/*profile*/
	#profile{
		position: relative;
		background-color: rgb(247, 241, 214);
		padding-bottom: 75px;
	}
	#profile #absen-mid{
		position: absolute; 
		width: 100%; 
		bottom: 0;
	}
	#profile #absen-mid #centered{
		position: relative; 
		text-align: center; 
		margin: 0 auto;
	}
	#profile #absen-mid #centered img{
		width: 85%;
	}
	#profile img#absen-pict-left{
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#profile img#absen-pict-right{
		position: absolute;
		bottom: 0;
		right: 0;
	}
	#profile h1{
		margin: 0;
		padding: 40px 0 30px;
	}
	#profile .tab,
	#profile .tab .row{
		width: 100%;
	}
	#profile .tab .row .col{
		width: 50%;
		vertical-align: top;
	}
	#profile .tab .row .col p{
		margin: 0;
		margin-bottom: 10px;
		width: 95%;
	}
	#profile .tab .row .col #img{
		width: 100%;
		height: 480px;

		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
/*profile*/

/*vmh*/
	#vmh{
		position: relative;
		background-color: rgb(247, 241, 214);
		padding: 10px 0 10px;
		/*margin-top: -50px;*/
	}
	#vmh #absen-mid{
		position: absolute; 
		width: 100%; 
		top: 0px;
	}
	#vmh #absen-mid #centered{
		position: relative; 
		text-align: center; 
		margin: 0 auto;
	}
	#vmh #absen-mid #centered img{
		width: 95%;
	}
	#vmh img#absen-pict-left{
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#vmh img#absen-pict-right{
		position: absolute;
		bottom: 0;
		right: 0;
	}
	#vmh .wrapper{
		position: relative;
		top: -100px;
	}
	#vmh .tab,
	#vmh .tab .row{
		width: 100%;
	}
	#vmh .tab .row .col{
		width: 50%;
		vertical-align: top;
	}
	#vmh .tab .row .col:nth-child(odd){
		padding-right: 10px;
	}
	#vmh .tab .row .col:nth-child(even){
		padding-left: : 10px;
	}
/*vmh*/

/*responsif*/
	@media (max-width: 812px) { /* Mobile landscape and potrait */
		#profile .tab, #profile .tab .row, #profile .tab .row .col,
		#vmh .tab, #vmh .tab .row, #vmh .tab .row .col{
			display: block;
		}
		#profile .tab .row .col, #vmh .tab .row .col{
			width: 100%;
		}
		#profile .tab .row .col #img{
			height: 280px;
		}
		#vmh .tab .row .col:nth-child(odd),
		#vmh .tab .row .col:nth-child(even){
			padding: 0;
		}
	}
/*responsif*/