html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-top: 70px;
    margin-bottom: 60px;
}

.mindreaders-card-left {
    padding: var(--mindreaders-font-10);
    width: 100%;
    float: left;
    display: flex;
}

    .mindreaders-card-left .svg {
        float: left;
        color: var(--mindreaders-primary);
    }

    .mindreaders-card-left .content {
        font-weight: 500;
        margin-bottom: 0;
        float: left;
        width: calc(100% - 55px);
    }


.overlap {
    background: rgba(19,27,36,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
}

.coming-soon-clock #clock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
    .coming-soon-clock #clock div {
        font-weight: 600;
        color: #ffffff;
        font-size: 4rem !important;
        line-height: 3rem !important;
        margin: 0 0.875rem;
        display: flex;
        flex-direction: column;
    }
        .coming-soon-clock #clock div span {
            font-size: 1rem !important;
            text-transform: uppercase;
            clear:both;
        }


.box-shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.background-cover{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}


.mind-caption{
    width:100%;
}
    .mind-caption .h1 {
        font-size: 3rem;
        padding-bottom: 1rem;
    }
    .mind-caption p {
        font-size: 1.2rem;
        font-weight:600;
    }


.social a {
}
.social a svg {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
}

    .social a:hover svg,
    .social a svg:hover {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .m-l-n{
        margin-left:-1rem;
    }


.mind-session {
    max-width: 120px;
    overflow: hidden;
}

.gallery-size {
    height: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

@media (min-width: 576px) {
    .gallery-size {
        height: 12rem;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden
    }
}

@media (min-width: 768px) {
    .gallery-size {
        height: 11rem;
    }
}

@media (min-width: 992px) {
    .gallery-size {
        height: 12rem;
    }
}

@media (min-width: 1200px) {
    .gallery-size {
        height: 15rem;
    }
}

@media (min-width: 1400px) {
    .gallery-size {
        height: 15rem;
    }
}

.gallery-size img{
    min-height:100%;
    min-width:100%;
}