
#header img {padding-left:15px;}
.bupati img {
	height:140px;
	margin-top:-158px; 
	z-index:99999; 
	position:relative;
}


/* Jika berukuran 980px atau kurang*/
@media screen and (max-width:754px) {
    #header {
        height:auto;
    }
    #header img {
        width:100%;
    }
    .bupati img {
	    height:85px;
	}
	
/* Jika berukuran 700px atau kurang*/
@media screen and (max-width:680px) {

	#header {
		width:100%;
		float:left;
		overflow:hidden;
		height:auto;
	}
	.bupati img {
	    height:70px;
	    margin-top:15px;
	    position:relative;
	    z-index:10000;
	}
	  #header img {
        width:120%;
    }
	
/* Jika berukuran 480px atau kurang*/
@media screen and (max-width:480px) {
    .bupati img {
        height:65px;
        margin-top:20px;
    }
    
}

