.gallery {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.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-picture p {
    white-space: normal;
    font-size: 14px;
}

.content {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}


.gallery-pagination {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
}

.gallery-pagination-dot {
    width: 14px;
    height: 17px;
    border-radius: 100%;
    border: 1px solid #6858db;
    margin: 4px 8px;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gallery-pagination-dot-selected {
    background-color: #ffd600
}
