
video#myVideo {
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    position:relativemoss;
    width:auto;
    height:100%;
    overflow:hidden;
}
.videobcg {
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 100%;
    /*min-height: 100%;*/
    width: auto;
    height: calc(100vh - 5px);
    z-index: 0;
    overflow: hidden;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}
div.video-full {
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    /*background-size: cover;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;*/
    height: calc(100vh - 80px);
    transform: translateY(0px);
    z-index:2;
}

div.videoTitle {
    font-size: 4.5em;
    /*text-align: center;*/
    /*margin: 0 auto;
    color: #fff;*/
    position: absolute;
    top: 50%;
    left:50%;
    transform:translate(-50%, -50%);
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
    width: 40%;
    padding: .1em 0;
    z-index:9;
    display:none;
}

div.modulo-fullscreen {
    clear: both;
    width: 100%;
    height: calc(100vh - 80px);
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #1c1c1c;
}
.img-video {
    display:none;
}
.videobcg{display:none;}

#myModal {
    top: 25%;
}

    #myModal .modal-dialog {
        max-width: 800px;
        margin: 30px auto;
    }



    #myModal .modal-body {
        position: relative;
        padding: 0px;
    }

    #myModal .close {
        position: absolute;
        right: -30px;
        top: 0;
        z-index: 999;
        font-size: 2rem;
        font-weight: normal;
        color: #fff;
        opacity: 1;
    }

.video-full .btn-primary:focus {
    box-shadow: unset;
}

.video-full button.btn.btn-primary.video-btn {
    -webkit-appearance: searchfield-cancel-button;
    background-color: transparent;
    border-color: transparent;
}

.video-full .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: unset;
}


@media (max-width: 992px) {
    video#myVideo {
        width: inherit;
        z-index:9;
        top:0;
        height:100%;
    }
    .videobcg{display:block;}
}

@media (max-width: 768px) {
    video#myVideo {
        display:none;
    }
    .videobcg{display:none;}
    .img-video {
        display: block;
        height: calc(100vh - 80px);
        width:100%;
    }
    div.videoTitle{
        width:auto;
        display:block;
    }
}

@media (max-width: 414px) {
    div.videoTitle {
        font-size: 3.5em;
    }
    img.img-video {
        background-position-x: -549px !important;
        background-position-y: -289px !important;
    }
    #myModal {
        top: 30%;
    }
}

@media (max-width: 375px) {
    div.videoTitle {
        font-size: 3em;
    }

}

@media (max-width: 320px) {
    div.videoTitle {
        font-size: 2.5em;
    }
}


