.page_banner-shoot {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #202020; 
    padding-top: 50px;
}

.in_shoot_banner{
    width: 80%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.shoot_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    height: 30%;
}

.shoot_banner video{
    width: 500px;
}

.shoot_banner_text h2{ 
    height: 20%;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 8px;
}