.da-slider {
    background: transparent url(../images/Slider.jpg) repeat-x 0% center; /* Replace with your background image*/
}
#video_background {
position: absolute;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -1000;
overflow: hidden;
}
.da-slider .mask {
    opacity:0;
    filter: alpha(opacity=0);
}
.da-slider h2 {
    color: #FECE1A;
}
.da-slider h4 {
    color: #FFF;
}
@media only screen and (min-width: 480px){
    .icon-up-open:before{
        content:'\1F845';
    }
    .icon-cancel:before {
        content:'\1F5D9'
    } 
    .icon-menu:before {
        content: '\2630'
    }
}

