#divLogo {
	margin-top:5px !important;
	margin-bottom:5px !important;
	}

@media (min-width: 768px){
	
	#divLogo {
	margin-top:-10px !important;
	margin-bottom:-30px !important;
	}
	
}

.videoContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /*16:9*/
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoContainerWrapper{
max-width:560px;	
}


