
div.mcd > div.cont1 {
	width: 100%;
    max-width:830px;
    margin: 0 auto;
}
div.mcd > div.cont1 > h1 { text-align:center; }
div.mcd > div.cont1 > h1 > img { width:100%; max-width:730px; border:1px solid #e4e4e4; }


/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
}
