.gallery {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 6em 0 6.5em;
}
/*.gallery ul{
    margin-left: -475px;
}*/
.gallery-pictures {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: transparent;
    cursor: -webkit-grab;
    -webkit-transform: rotateY(0);
    white-space: nowrap;
    font-size: 0;
}

.gallery-picture {
    /*width: 700px;*/
    margin-right: 120px;
    display: inline-block;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.gallery-pagination {
    margin-top: 30px;
    text-align: center;
    font-size: 0;
}

.gallery-pagination-dot {
    background: #90e7ea;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: none;
    margin: 0 7px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    cursor: pointer;
}

.gallery-pagination-dot-selected {
    background: #d62c72;
}