span.error{
	color:red;
	font-size: 20px;
	font-weight: lighter;
}

section#contact #contact-warning {
	color: white;
	background:#5c2034;
	padding: 20px 25px;
	margin-bottom: 30px;
}

section#contact #contact-success {
	color: #5c2034;
	background: #F2D6E6;
	padding: 20px 25px;
	margin-bottom: 30px;
	}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
    border-radius: 6px;
    background:#000;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
