.mbr-gallery .icon {
    z-index: 100 !important;
}

.mbr-gallery a:hover .icon-video,
.mbr-gallery a:hover .icon-focus {
    opacity: 1;
}

.mbr-gallery .icon-video {
    color: white;
    opacity: 0;
    position: absolute;
    top: calc(50% - 1.5rem);
    left: calc(50% - 1.5rem);
    font-size: 3rem;
    transition: .2s opacity ease-in-out;
    z-index: 5;
}

.mbr-gallery .icon-video::before {
    color: white;
    content: "\e011";
    position: absolute;
}

.mbr-gallery .icon-focus {
    color: white;
    opacity: 0;
    position: absolute;
    top: calc(50% - 1.5rem);
    left: calc(50% - 1.5rem);
    font-size: 3rem;
    transition: .2s opacity ease-in-out;
    z-index: 5;
}

.mbr-gallery .icon-focus::before {
    content: '\e01b';
    color: white;
    position: absolute;
}

.mbr-gallery .item-overlay {
    position: absolute;
    width: 60px;
    font-size: 60px;
    z-index: 10;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    cursor: pointer;
    z-index: 5;
}

.mbr-gallery-row {
    padding-left: 0px;
    padding-right: 0px;
}

.mbr-gallery-item__hided {
    position: absolute !important;
    width: 0px !important;
    height: 0px;
    left: 0 !important;
}

.mbr-gallery-item__hided img {
    display: none;
}

.mbr-gallery-item__hided span {
    display: none;
}

.mbr-gallery-filter {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.mbr-gallery-filter ul {
    padding-left: 0px;
    display: inline-block;
    list-style: none;
    margin-bottom: 0px;
}

.mbr-gallery-filter li {
    font-size: 16px;
    font-family: 'Raleway';
    cursor: pointer;
    color: #242424;
    display: inline-block;
    padding: 9px 30px 9px 30px;
    border: 1px solid #e6e6e6;
    transition: all 0.3s ease-out;
}

.mbr-gallery-filter li:hover {
    background-color: #333333;
    color: #c39f76;
}

.mbr-gallery-filter li.active {
    color: white;
    background-color: #333333;
}

.mbr-gallery-filter li.active:hover {
    color: white;
    background-color: #333333;
}