.videos {
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.videos__item {
    float: left;
    width: 33%;
    margin: 0 0 30px !important;
    padding: 0 !important
}

.videos__item:nth-child(3n+1) {
    clear: left
}
.videos__link {
    display: block;
    text-decoration: none;
    margin: 0 10px 0 0;
    color: #000 !important;
    font-family: Georgia, serif;
    line-height: 24px;
    font-size: 1pc
}

.text-container h1, .text-container h2 {
    font-family: DidonaC-Regular, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase
}

.videos__link:hover {
    text-decoration: none !important
}

.videos__image {
    position: absolute;
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%
}

.videos__image_0 {
    position: static;
    opacity: 1
}

.videos__hover {
    position: absolute;
    top: 0;
    z-index: 10;
    height: 100%;
    padding-right: 10px;
    background: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
}

.videos__hover:hover + .videos__image {
    opacity: 1 !important;
    z-index: 2
}

.lbs-wrapper .columns .column a:hover, .lbs-wrapper .swiper-slide:hover {
    filter: alpha(Opacity=50);
    opacity: .5
}

.videos__images {
    display: block;
    position: relative;
    margin: 0 0 10px;
    overflow: hidden
}

.videos__title {
    display: block;
    padding-right: 15px
}