/**
 * Document: MTT ROW SCSS
 * DESC:
 */
.sgr-mtt.v1 .staff-member {
    position: relative;
}
.sgr-mtt.v1 .staff-member:hover .staff-text, .sgr-mtt.v1 .staff-member:focus .staff-text {
    opacity: 1;
}
@media (min-width: 576px) {
    .sgr-mtt.v1 .staff-member img {
        width: 100%;
    }
}
.sgr-mtt.v1 .staff-member .staff-text {
    top: 0;
    align-items: center;
    align-items: center;
    justify-content: center;
    background: #000000b3;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    position: absolute;
    opacity: 0;
    transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) 0.2s;
    white-space: normal;
}
.sgr-mtt.v1 .text-muted {
    color: #fff !important;
    margin-bottom: 30px;
}
.sgr-mtt.v1.this-is-the-top-of-the-page {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.sgr-mtt.v1 .sg-scrollbar {
    height: 100%;
    overflow-y: auto;
}