.section-video video{
    max-width: 1000px;
    object-fit: cover;
}

.section-video{
    position: relative;
    
}

.section-video video{
    position: relative;
    
}

.section-video .btn{
    color: #fff !important;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}