body{
background-color:#e5f5fb;
text-align:center;
padding-top:32px;
}

p img{
width:960px;
}

@media only screen and (max-width: 958px) {
    p img{
        width:100%;
    }
}