.video{width:100%; position: relative}
.video_butonlar{
    margin-top: -47px;
    background: #14131394;
    width: 100%;
    padding: 9px;
    position: absolute;

}
button.baslat, button.ses{
    background: none;
    color:#fff;
    outline: none;
    border:none;
    font-size:17px;
}
button.baslat2{
    display: none;
}
button.btn{
    width:10%;
}
button.btn img{
    width:50px;
}
input[type=range] {
    outline: none;
    -webkit-appearance: none;
    background-color: #5a5555;
    width: 200px;
    height: 7px;
    border-radius: 10px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #f47a1a;
    margin-left: -2px;
    width: 15px;
    height: 15px;
    border-radius: 40px;
}
span.sure
{
    font-family: Arial;
    font-size: 14px;
    color: #f47a1a;
    font-weight: 600;
}
input.video_sure
{
    cursor: pointer;
    width:54%;
}
input.video_ses
{
    width:60px;

    margin-top: 5px;
}
button.tamamla{
    opacity: 1;
    background: #f47a1a5e;
    cursor: unset;
}
.btn_form{
    background: #df6e16;
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    color: #fff;
    display: block;
}
.btn_guncelle{
    background: #df6e16;
    border: none;
    width: 20%;
    padding: 10px;
    border-radius: 20px;
    color: #fff;
    text-align: center;

}
.bg{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff0;
    top: -5px;
}
#vp_tamekran{width:25px;right:25px; float: right; cursor: pointer}

#vp_tamekran:hover{width:30px;}
@media (max-width: 991px){
    button.btn {
        width: 20%;
    }
    video {
        width: 100%;
        height: 300px;}
}

