@charset "utf-8";
/* CSS Document */

.img-title{text-align: center;}
.img-title img{width:45%;}

@media(max-width: 767px) {
.img-title img{width:60%;}
}