.grid > .collection > .title {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
    display: block;
    position: absolute;
    top: 24%;
    width: 65%;
    left: 24%;
    color: #FFFFFF;
}

.grid > .collection > .description {
    font-family: "Source Sans Pro", sans-serif;
    display: block;
    position: absolute;
    top: 45%;
    width: 64%;
    left: 24%;
    color: #FFFFFF;
}

@media (max-width: 500px) {
    .grid > .collection > .title {
        font-size: 15px;
    }

    .grid > .collection > .description {
        font-size: 10px;
    }

}

.grid > .isotope.medal {
    margin-bottom: 125px;
}

.grid > .isotope.medal > .title {
    bottom: auto;
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 767px) {
    .grid > .isotope.medal {
        margin-bottom: 100px;
    }

    .grid > .isotope.medal > .title {
        font-size: 11px;
        line-height: 13px;
    }
}

.collection > .row.records {
    font-family: "Source Sans Pro", sans-serif;
}

/* ---- .collection ---- */
.grid > .collection {
    background-size: contain;
    background-clip: padding-box;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
    border-radius: 50%;
    transform: translateZ(0);
}

.grid > .collection:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    border-radius: 50%;
    transition: 0.25s linear;
    background: #DEB841;
}

.grid > .collection:hover:after {
    transform: translateX(-100%);
}

.grid > .collection .title, .grid > .collection .description {
    transition: 0.25s linear;
    z-index: 1;
}

.grid > .collection:hover .title, .grid > .collection:hover .description {
    transform: translateX(-200%);
}

@media (max-width: 767px) {
    .grid > .collection {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .grid > .collection {
        width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .grid > .collection {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .grid > .collection {
        width: 33%;
    }
}

/* ---- .record ---- */

.record.separator {
    background: #3025A8;
    background-clip: padding-box;
    cursor: default;
}

@media (max-width: 767px) {
    .grid > .record {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .grid > .record {
        width: 25%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .grid > .record {
        width: 16.6%;
    }

    .record .title {
        bottom: -45px;
    }
}

@media (min-width: 1200px) {
    .grid > .record {
        width: 16.6%;
    }
}

.record:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    transition: opacity 0.25s;
}

.record:hover:after {
    opacity: 0;
}

.record:after {
    background: #0000FF;
}

.record > * {
    margin: 0;
    padding: 0;
    z-index: 1;
}

.record .title {
    position: absolute;
    left: 0px;
    bottom: -45px;
    width: 100%;
    text-align: center;
    color: black;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.record.separator .title {
    top: 50%;
    bottom: initial;
    transform: translateY(-50%);
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    font-weight: bold;
}

.record.spacer .title {
    padding: 0% 10%;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    color: white;
    font-family: 'Playfair Display', serif;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .record .title {
        bottom: -45px;
    }
}

@media (max-width: 500px) {
    .record .title {
        bottom: -45px;
    }
}

/* ########### */
.div-prev {
    left: 0;
}

.div-next {

    right: 0;
}
.arrows {
    top: 50%;
    position: fixed;
    cursor: pointer;
}
.arrows img {
    height: 40px;
}