﻿.wid760 {
 width: 760px;
 margin: auto;
}



/* mobile */
@media only screen and (max-width: 430px) {

.wid760 {
 width:390px;
 margin: auto;
}

}
