

/* Video 1 ************************************/

        #ytsecsion{
            width:100%;
            margin:0 auto;
            margin-top:-15%;
            position: relative;
        }

        .youtubecon{
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 40%;
        }
        
        /*MP4*/
        .youtubecon video{
            position:absolute;
            width:100%;
        }

        /*Youtube*/
        .videoyou {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;                        
            height: 100%;
            z-index:8;
        }

        .youtubemask{
            width:100%;
            height:100%;
            /*background-color:rgba(0,0,0,0.3);*/
           /* background: -moz-linear-gradient(top, rgba(0,0,0,0.09) 0%, rgba(0,0,0,0.86) 100%);
            background: -webkit-linear-gradient(top, rgba(0,0,0,0.09) 0%,rgba(0,0,0,0.86) 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,0.09) 0%,rgba(0,0,0,0.86) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17000000', endColorstr='#db000000',GradientType=0 );*/
            z-index:9;
            position:absolute;  
        }

        .textcon{
            width:80%;
            z-index:10;
            bottom:7%;
            left:10%;
            position:absolute;
            
        }

        .textcon .text{
            font-size:30px;
            text-align: center;
        }


       
@media screen and (max-width: 1366px) {
     .textcon{            
            bottom:10%;            
        }

    .textcon .text{
            font-size:20px;
            text-align: center;
        }   



}    


@media screen and (max-width: 640px) {
        .textcon{
            margin:0 auto;
            position:static;
            
        }



}    


