/* Lightbox Video MT */
.lightbox-video-wrapper {
    max-width: none;
    margin: 0 auto 30px;
    position: relative;
}
.image-disabled .lightbox-video-wrapper {
    width: none;
}
.lightbox-video {
    position: relative;
}
.image-disabled .lightbox-video {
    box-shadow: none;
}
.lightbox-video-wrapper .play-button {
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    border-width: 2px !important;
    overflow: visible;
    box-shadow: none;
    transform: translate(-50%, -50%);
}
.lightbox-video-wrapper.lightbox-video-style-2 .play-button {
    background: #999;
    border-color: #999;
}
.rev_slider .lightbox-video-wrapper .play-button {
    width: 96%;
    height: 0;
    padding-top: 96% !important;
}
.rev_slider .lightbox-video-wrapper.image-enabled .play-button {
    width: 25.948%;
    height: 0;
    padding-top: 25.948% !important;
    margin: 0 !important;
    line-height: 0 !important;
    transform: translate(-50%, -50%);
}
.lightbox-video-wrapper.lightbox-video-style-3 .play-button {
    background: #999;
    border-color: #999;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    margin-left: -23px;
}
.rev_slider .lightbox-video-wrapper.lightbox-video-style-3 .play-button {
    width: 14.865%;
    height: 0;
    padding-top: 14.865% !important;
    margin: 0 !important;
    line-height: 0 !important;
    transform: translate(-50%, -50%);
}
@media only all and (min-width: 1024px) and (min-height: 598px) {
    .rev_slider .lightbox-video-wrapper.lightbox-video-style-3 .play-button {
        min-width: 50px;
        box-sizing: border-box;
        min-height: 50px;
    }
}
.lightbox-video-wrapper.image-disabled .play-button {
    position: relative;
    top: auto;
    left: auto;
    margin: 19px auto 9px;
}
.lightbox-video-wrapper .play-button:hover {
    background: #fff;
    box-shadow: none;
}
.lightbox-video-wrapper.lightbox-video-style-2 .play-button:hover {
    background: #000000;
    border-color: #fff;
}
.lightbox-video-wrapper.lightbox-video-style-3 .play-button:hover {
    background: #fff;
    border-color: #fff;
}
.lightbox-video-wrapper .play-button:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    display: none;
}
.lightbox-video-wrapper .play-button i {
    display: inline-block;
    position: relative;
    top: auto;
    font-style: normal;
    line-height: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lightbox-video-wrapper .play-button svg {
    width: 23px;
    left: 15px;
    position: absolute;
    top: 12px;
    fill: #fff;
}
.rev_slider .lightbox-video-wrapper,
.rev_slider .lightbox-video {
    font-size: 100% !important;
}
.rev_slider .lightbox-video-wrapper .play-button i {
    font-size: 150% !important;
}
.lightbox-video-wrapper.lightbox-video-style-2 .play-button i:before {
    color: #fff;
}
.rev_slider .lightbox-video-wrapper.lightbox-video-style-2 .play-button i {
    font-size: 150% !important;
}
.rev_slider .lightbox-video-wrapper.lightbox-video-style-2.image-enabled .play-button i {
    font-size: 185% !important;
}
.lightbox-video-wrapper.lightbox-video-style-3 .play-button i:before {
    color: #fff;
    content: "\e905";
    line-height: .925;
}
.lightbox-video-wrapper.lightbox-video-style-3 .play-button i {
    font-size: .875em;
}
.rev_slider .lightbox-video-wrapper.lightbox-video-style-3 .play-button i {
    font-size: 70% !important;
}
.lightbox-video-wrapper .play-button:hover i:before {
    color: #000;
}
.lightbox-video-wrapper.lightbox-video-style-2 .play-button:hover i:before {
    color: #999;
}
.lightbox-video-wrapper.lightbox-video-style-3 .play-button:hover i:before {
    color: #999;
}
.lightbox-video-text {
    text-align: center;
    font-size: 24px;
}
.lightbox-video-overlay {
    position: absolute;
    background: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.lightbox-video img,
.tp-simpleresponsive .lightbox-video img,
.rev_slider .lightbox-video img {
    width: auto;
    margin: 0 auto;
    display: block;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
}
.lightbox-video-wrapper .play-button {
    transition: background-color ease .2s, border-color ease .2s, color ease .2s !important;
}

@media (max-width: 768px) {
    .lightbox-video-wrapper {
        margin: 0 auto;
    }
}