.subtitle{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: var(--c-grey-4);
}
.light-gallery-wrap{
    overflow: hidden;
    margin-block: 2rem;
}
.light-gallery-wrap > a{
    display: block;
    padding: 5px 5px 45px;
    text-decoration: none;
    position: relative;
}
.light-gallery-wrap > a:nth-child(2n+1){
    clear: both;
}
.light-gallery-wrap .video-text{
    text-align: center;
}
.light-gallery-wrap h3{
    text-transform: uppercase;
    font-style: normal !important;
    text-align: center;
    margin: 1.5rem 0 0;
    font-size: 12.5px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: .15em;
    color: var(--c-grey-7);
}
.light-gallery-wrap p{
    margin: 0 auto 30px;
    max-width: none;
    padding: 0 30px;
    text-align: center;
    display: block;
    font-size: 12.5px;
    line-height: 25px;
    color: var(--c-grey-7);
}
.light-gallery-wrap > a > div{
    position: relative;
}
.light-gallery-wrap .btn-play{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    background: rgba(0, 0, 0, .4);
    border-radius: 6px;
    cursor: pointer;
    opacity: .6;
    transition: all .2s ease-in-out;
}
.light-gallery-wrap .btn-play > svg{
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top: 10px;
    fill: #fff;
}
.light-gallery-wrap > a:hover .btn-play{
    opacity: 1;
}
@media (min-width: 992px){
    .light-gallery-wrap > a{
        float: left;
        width: 50%;
    }
}
.lg-toolbar{
    background: none;
}
.lg-backdrop{
    background: #e8dfdd;
}
.lg-backdrop.in{
    opacity: .95;
}
.lg-sub-html{
    display: none;
}
.lg-actions .lg-next,
.lg-actions .lg-prev{
    background-color: transparent;
}
.lg-actions .lg-prev,
.lg-actions .lg-next,
.lg-actions .lg-close{
    font-family: 'monospace', sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.lg-actions .lg-prev:after{
    content: '<';
}
.lg-actions .lg-next:before{
    content: '>';
}
.lg-toolbar .lg-close:after{
    content: '\2715'
}
@media (min-width: 1200px){
    .lg-sub-html{
        background-color: transparent;
        color: var(--c-grey-4);
        bottom: 50px;
        display: block;
    }
}
