/*--------------REDESIGN 2020-----------------------------*/
#video_banner{
    width: 100%;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
video{
    width: 100%;
}
.adaptive{
    display: none;
}
#text-block-wrapper{
    position: absolute;
    height: 109px;
    width: 100%;
    top: 126px;
    left: -270px;
    color: #FFFF;
}

#text-block-wrapper{
    font-family: OpenSansHebrew-Bold;
    color: white;
    font-weight: 800;
}
#text-block-wrapper .bottomSection{
    font-size: 24px;
}
#text-block-wrapper .topSection{
    font-size: 36px;
}
#text-block-wrapper .topSection span:last-child{
    color: black;
}
#text-block-wrapper .topSection span:last-child span{
    color: #fff;
}

#fly-button{
    margin-top: 31px;
    display: none;
}
#fly-button a{
    display: flex;
    width: 400px;
    height: 60px;
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 60px;
    direction: ltr;
    padding: 0 0 0 25px;
    background-color: #26383F;
    color: #FFFF;
}
#fly-button a p{
    font-weight: bold;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    width: 100%;
}
#three_step_block{
    position: relative;
}

/*-------------- END REDESIGN 2020-----------------------------*/
@media (max-width:768px) {
    #video_banner{
        height: 365px;
        display: flex;
        flex-direction: column-reverse;
        background: #72B6DA;
    }
    #text-block-wrapper{
        max-width: 444px;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        top: 50px;
        left: 50%;
        transform: translate(-50%);
        justify-content: center;
    }
    .topSection{
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    .bottomSection{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}