.imagesAlbum {
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.imagesAlbum .image {
    float: left;
    width: 50%;
}

.images {
    float: left;
    width: 100%;
}
.images img{
    background-color: #f9f9f9;
}

.imagesAlbum div {
    cursor: pointer;
}