@media(max-width: 768px){
img.el-image {
    max-width: 100%;
    height: auto;
    display: block;
}
}
@media(max-width: 540px){
img.el-image {
    margin-top: 50px;
}
}