
.grid {
    margin-top: 5px;
    height: auto !important;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}


/* ---- .highlight-item ---- */

.highlight-item {
    position: relative;
    /*float: left;*/
    padding: 10px;
    border-radius: 50%;
    background-size: cover;
    color: #262524;
    border: 20px solid transparent;
    background-clip: padding-box;
    overflow: hidden;
    transform: translateZ(0);
    display: inline-block;
    position: relative !important;
    left: auto !important;
    top: auto !important;
}

.highlight-item.medium {
    border: 10px solid transparent;

}

.highlight-item.small {
    border: 25px solid transparent;

}

@media (max-width: 767px) {
    .highlight-item.small {
        width: 50%;
    }

    .highlight-item.medium {
        width: 71%;
    }

    .highlight-item.big {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .highlight-item.small {
        width: 33%;
    }

    .highlight-item.medium {
        width: 45.5%;
    }

    .highlight-item.big {
        width: 66%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .highlight-item.small {
        width: 24%;
    }

    .highlight-item.medium {
        width: 32.5%;
    }

    .highlight-item.big {
        width: 49%;
    }
}

@media (min-width: 1200px) {
    .highlight-item.small {
        width: 20%;
    }

    .highlight-item.medium {
        width: 26%;
    }

    .highlight-item.big {
        width: 40%;
    }
}


.highlight-item:before {
    content: "";
    display: block;
    padding-top: 100%;
}

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

.highlight-item:hover:after {
    transform: translateX(-100%);
}

.highlight-item:hover p.title {
    transform: translate(-100%, -50%);
}

.highlight-item.exhibit:after {
    background: #DE9E36;
}

.highlight-item.previous_exhibit:after {
    background: #DE9E36;
}

.highlight-item.news:after {
    background: #000000;
}

.highlight-item.collection:after {
    background: #DEB841;
}

.highlight-item.exlibris:after {
    background: #DEB841;
}

.highlight-item.drag_and_drop:after {
    background: #FF2029;
}

.highlight-item.edition:after {
    background: #6D6A75;
}

/*.highlight-item.video:after          { background: #6D6A75;}*/
.highlight-item.initiative:after {
    background: #6D6A75;
}

.highlight-item.paper:after {
    background: #000000;
}

.highlight-item.quiz:after {
    background: #FF2029;
}

.highlight-item.shop_item:after {
    background: #000000;
}

.highlight-item.video:after {
    background: #000000;
}

.highlight-item.other:after {
    background: #000000;
}


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

.highlight-item .title {
    padding: 0% 10%;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 600;
    /*font-style: italic;*/
    text-align: center;
    color: white;
    font-family: 'Playfair Display', serif;
    transition: 0.25s linear;
}

.highlight-item.small .title {
    font-size: 22px;
    font-size: 1.1vw;
}

.highlight-item.medium .title {
    /*font-size: 25.3px;*/
    font-size: 1.5vw;
}

.highlight-item.big .title {
    font-size: 58px;
    font-size: 3.1vw;
}

@media (min-width: 1920px) {
    .highlight-item.medium .title {
        font-size: 1vw;
    }

    .highlight-item.small .title {
        font-size: 0.7vw;
    }
}

@media (max-width: 1085px) {
    .highlight-item.small .title {
        font-size: 14px;
        font-size: 2vw;
    }

    .highlight-item.big .title {
        font-size: 30px;
        font-size: 5.5vw;
    }

    .highlight-item.medium .title {
        font-size: 26px;
        font-size: 2.7vw;
    }
}

@media (max-width: 500px) {
    .highlight-item.small .title {
        font-size: 9px;
        font-size: 3vw;
    }

    .highlight-item.big .title {
        font-size: 26px;
        font-size: 9vw;
    }

    .highlight-item.medium .title {
        font-size: 26px;
        font-size: 5.7vw;
    }
}

/* ---- form---- */

@media (min-width: 768px) {
    .form-label {
        text-align: right;
    }
}

form .highlight {
    background-color: #FFFFFF;
    border-radius: 5px;
}

form .highlight select {
    width: 100%
}

input[type='text'] {
    width: 100%;
}

form .highlight .title > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

form .highlight .title > div > * {
    align-self: center;
}

form .highlight-num {
    margin-left: 10px;
}

form .up-down-controls {
    display: inline-flex;
    flex-direction: column;
    font-size: 18px;
    margin-left: 10px;
}

form .delete-controls {
    font-size: 18px;
    margin-left: 10px;
}

/*#########################*/
.container {
    font-family: 'Playfair Display', serif;
}

.title-type {
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 15px;
    font-size: 16px;
}

.icon-video {
    margin-top: 15px;
}

.section {
    margin-top: 20px;
}

.see-all {
    background-color: #fff;
    border-radius: 15px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 11px;
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
    padding-left: 7px;
    padding-right: 7px;
    font-weight: 600;
}