﻿.video_panel {
    position: relative;
    background-color: #fff;
    width: 100%;
    min-height: 550px;
    height: 100%;
    height: 100vh;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.kapla {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}


.videocuk {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: center center;";
    position: absolute;
    width: 100%;
    height: 100%;
    filter: brightness(0.6);
}

.video_metin_paneli {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    background-color: transparent;
    /*background-color: var(--r_kurumsal20);*/
    width: 100%;
    height: auto;
    padding: 0 30px;
    box-sizing: border-box;
}

.video_baslik1, .video_baslik2, .video_baslik3, .video_baslik4 {
    display: block !important;
    text-shadow: 0px 0px 10px var(--r_siyah);
    text-align: left;
    color: var(--r_portakal);
    margin: 0 0 30px 0;
    padding: 20px 0;
}

.video_baslik1 {
    text-align: center;
    font-size: 6em;
    color: var(--r_portakal);
}

.video_baslik2 {
    text-align: center;
    font-size: 4em;
    color: var(--r_amber);
}

.video_baslik3 {
    text-align: center;
    font-size: 4em;
    color: var(--r_amber);
    font-family: var(--f_motto);
}

.video_baslik4 {
    color: var(--r_turkuaz);
    font-size: 2em;
    text-align: right;
    margin: 0 0 0 0;
}

.video_canli_izle {
    display: block;
    width: 230px;
    margin: auto auto !important;
}

    .video_canli_izle a {
        border: 1px solid var(--r_beyaz);
        padding: 15px 40px 15px 15px;
        color: var(--r_beyaz);
        border-radius: 10px;
        width: 95%;
        display: block;
        font-size: 2.5em;
        box-sizing: border-box;
        text-align:center !important;
        line-height:40px;
    }

        .video_canli_izle a i {
            color: var(--r_beyaz);
            font-size: 1.5em;
            line-height: 40px;            
        }

        .video_canli_izle a:hover {
            background-color: var(--r_beyaz);
            color: var(--r_siyah);
        }

            .video_canli_izle a:hover i {
                color: var(--r_siyah);
            }



@media (min-width: 0px) and (max-width: 600px) {
    .video_metin_paneli {
        bottom: 50px;
    }

    .video_baslik1, .video_baslik2, .video_baslik3, .video_baslik4 {
        margin: 0 0 15px 0;
        padding: 10px 0;
    }

    .video_baslik1 {
        font-size: 3em;
        line-height: 1 !important;
    }

    .video_baslik2 {
        font-size: 2.5em;
        line-height: 1 !important;
    }

    .video_baslik3 {
        font-size: 2.5em;
        line-height: 1 !important;
    }

    .video_baslik4 {
        font-size: 1.5em;
        line-height: 1 !important;
    }

    .video_canli_izle {
        width: 200px;
    }

        .video_canli_izle a {
            font-size: 1.5em;
            padding: 7px 15px;
            line-height: 30px;
        }

            .video_canli_izle a i {
                font-size: 1em;
                line-height: 30px;
            }
}

@media (min-width: 601px) and (max-width: 992px) {
    .video_metin_paneli {
        bottom: 50px;
    }

    .video_baslik1, .video_baslik2, .video_baslik3, .video_baslik4 {
        margin: 0 0 15px 0;
        padding: 10px 0;
    }

    .video_baslik1 {
        font-size: 3em;
        line-height: 1 !important;
    }

    .video_baslik2 {
        font-size: 2.5em;
        line-height: 1 !important;
    }

    .video_baslik3 {
        font-size: 2.5em;
        line-height: 1 !important;
    }

    .video_baslik4 {
        font-size: 1.5em;
        line-height: 1 !important;
    }
    .video_canli_izle a {
        font-size: 1.5em;
        padding: 7px 15px;
        line-height: 30px;
    }

        .video_canli_izle a i {
            font-size: 1em;
            line-height: 30px;
        }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .video_metin_paneli {
        bottom: 50px;
    }

    .video_baslik1, .video_baslik2, .video_baslik3, .video_baslik4 {
        margin: 0 0 15px 0;
        padding: 10px 0;
    }

    .video_baslik1 {
        font-size: 3em;
        line-height: 1 !important;
    }

    .video_baslik2 {
        font-size: 2.5em;
        line-height: 1 !important;
    }

    .video_baslik3 {
        font-size: 2.5em;
        line-height: 1 !important;
    }

    .video_baslik4 {
        font-size: 1.5em;
        line-height: 1 !important;
    }
}
