﻿
.lightKutu-close {
    display: inline-block;
    background: #d62c1a;
    height: 200px;
    width: 200px;
    line-height: 200px;
    font-size: 42px;
    text-align: center;
    color: #ffffff;
}

/*lightKutu STYLE*/
.lightKutu {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

    .lightKutu .lightKutu-video {
        width: 100%;
        padding-bottom: 56%;
    }

    .lightKutu iframe {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
    }

    .lightKutu img {
        display: block;
        margin: 0 auto;
    }

    .lightKutu .lightKutu-close {
        position: absolute;
        display: block;
        top: 10px;
        right: 10px;
        color: #ffffff;
        font-size: 26px;
        height: 50px;
        width: 50px;
        background: rgba(255, 255, 255, 0.3);
        border: 3px solid #ffffff;
        border-radius: 50%;
        line-height: 50px;
        text-align: center;
    }

        .lightKutu .lightKutu-close:hover {
            text-decoration: none;
        }

    .lightKutu .lightKutu-container {
        max-width: 1024px;
        margin: 100px auto 25px;
    }
