.vContainer {
                  position: relative;
                  width: 100%;
                  height: 0;
                  padding-bottom: 56.25%;
            }
.video {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
        }
        
        
.wabutton {
    position: fixed;
    right: auto;
    top: auto;
    left: 0%;
    bottom: 2%;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 190px;
    height: 65px;
    margin-left: 1600px;
    margin-bottom: 110px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 10px;
    background-color:#198C44;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.4);
    color: #fff;
    cursor: pointer;
    text-decoration: none !important;
}

.text-block-wa {
        padding-top: 5px;
        padding-right: 4px;
        padding-left: 8px;      
    }

@media (max-width: 353px){
	.text-block-wa {
		padding-left: 5px;
		font: 0.525rem/1.625rem "Trueno Light", sans-serif;
		line-height: 1.3em;
	}
	.logo {
		height: 18px;
		margin-left: 5px;
		margin-top: 5px;
	}
	.wabutton{
		width: 120px;
		height: 40px;
		margin-left: 145px;
    margin-top: 50px;
	}

    .fbbutton {
        width: 115px;
		height: 35px;
	}
    .text-block-fb {
        padding-left: 5px;
		font: 0.625rem/1.625rem "Trueno Light", sans-serif;
		line-height: 1.3em;
	}
} 


@media (max-width: 479px){
    .fbbutton {
        width: 135px;
        height: 45px;
        margin-right: 150px;
		margin-bottom: 10px;
		margin-left: 15px;
	}
	.wabutton {
        width: 145px;
        height: 55px;
        margin-right: 150px;
		margin-bottom: 55px;
		margin-left: 242px;
    }
	.cvbutton {
        width: 135px;
        height: 55px;
        margin-right: 150px;
		margin-bottom: 10px;
		margin-left: 450px;
    }
    .text-block-fb {
        padding-right: 4px;
        padding-left: 15px;
        font: 0.75rem/1.625rem "Trueno Light", sans-serif;
        line-height: 1.3em;
	}
	.text-block-wa {
        padding-top: 10px;
        padding-right: 4px;
        padding-left: 8px;
        font: 0.75rem/1.625rem "Trueno Light", sans-serif;
        line-height: 1.3em;
    }
	.text-block-cv {
        padding-right: 4px;
        padding-left: 15px;
        font: 0.75rem/1.625rem "Trueno Bold", sans-serif;
        line-height: 1.3em;
    }
}