.video__button, .video__button:before {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.video__button {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.video__button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -webkit-transform: translate(-15%, -50%);
    transform: translate(-15%, -50%);
}

.my-video img {
    display: block;
    max-width: 100%;
    height: auto;
}

.video-column img {
    max-width: 100% !important;
    height: auto;
}

.my-video--block {
    display: block;
    -webkit-box-shadow: 0px 20px 150px #d6dee4;
    -moz-box-shadow: 0px 20px 150px #d6dee4;
    box-shadow: 0px 20px 150px #d6dee4;
}

.my-video {
    position: relative;
    display: inline-block;
}

.my-video:hover .video__button {
    width: 80px;
    height: 80px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {top: -5px;right: 0px;font-size: 45px;}