body {
    font-family: 'Cardo', serif !important;
}

/* Pages */
.header {
    font-size: 1.3rem;
}

h1.page-title {
    font-size: 4rem;
    margin: 3rem 0;
}

/* ART ROWS */
.art-col .inner {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.art-col .inner .thumb {
    width: 100%;
    height: 100%;
    padding: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.art-col .inner .thumb > .img {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.art-col .icon-play {
    position: absolute;
    width: 20%;
    opacity: .6;
}