.vd-cont{
	position: relative;
	width: 100%;
	height: 100%;
}

video#bgvid { 
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	/*width: 100%;
	height: auto;*/
	z-index: 1;
}

.suport-vd{
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) and (min-device-width: 320px){
	.vd-cont {
    	display: none!important;
	}
	.suport-vd{
		display: block;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
}

.fixed-bg {
    background-image: url("../img/separador-golfinho.jpg");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fixed-bg-a {
    background-image: url("../img/separador-golfinhos-troia.jpg");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fixed-bg-b {
    background-image: url("../img/fundo-vertigem-azul-passaros.jpg");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}