#kv2_oa_img {
width:100%;
height:auto;
margin: 0px;
padding: 0px 5% 0px 0px;
text-align:right;
box-sizing:border-box;
}

#kv2_oa_img img{
width:100%;
height:atuo;
}

@media screen and (width: 375px) {
#kv2_oa_img {
width:100%;
height:auto;
margin: 0px;
padding: 0px 0% 0px 0px;
text-align:center;
box-sizing:border-box;
}

#kv2_oa_img img{
width:100%;
height:atuo;
}
}