:root {

    --main: #0c6b37;
    --main_light: #e0dbd7;
    --text: #3B3937;
    --gray_light: #f2f2f2;
    --white: #FFF


}

.home-info{

    color: var(--white);
}

.row-content{

    height: calc(100vh - 30px);


}



#video_home{

    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;



}

.full-content{

    position: fixed;
    overflow-y: auto;

    
}