/*#responsive 
   think about to use a larger picture*/

.ResponivePicture{
width:50%;
margin-left:25%;
margin-right:25%;
}
@media screen and (max-width : 730px) {
.ResponivePicture{
width:100%;
margin-left:0%;
margin-right:0%;
}
}