

body {
    margin: 0;
    background-color: #0d4042;
    width: 100%;
	overflow: hidden;
}
video{
    -moz-border-radius:40px;
    -webkit-border-radius:40px;
    border-radius:40px;
    overflow:hidden;
}
canvas {
    z-index: 1;
    background-image: url("../assets/images/preloader/bg.png");
    background-position: top center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow: visible;
    display: block;
    cursor: inherit;*/
}
.css-desktop {
    height: 50vh;
    top: 24%;
    position: relative;
}
#videoYT {
    position: absolute;
    top: 27vh;
    width: 58vw;
    height: 47vh;
    left: 50%;
    margin-left: -28vw;
    z-index: 100;
    display: none;
}
.wfull {
    width: 100% !important;
    margin: 0px !important;
}
.girar {
    position: fixed;
    z-index: 9;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #005e47;
    background-image: url(../assets/images/girar.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: none;
}
.canvashide {
    display: none;
}