.content {
    float: left;
    width: 100%;
    padding: 20px 0;
    font-weight: 100;
    color: #2b2b29;
    text-align: center;
    font-size: 15px;
}
.image {
    width: 100%;
    text-align: center;
    float: left;
    pointer-events: none;
}
.images img,
.image img {
    width: 100%;
    max-height: 100%;
}

.images {
    width: 100%;
    text-align: center;
    float: left;
    pointer-events: none;
    padding: 0 10px;
}