html,
body {
  height: 100%;
	margin: 0 auto;
	max-width: 1920px;
	background-color:#ffffff;
}

.img-space {
	margin-bottom: 40px;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.img-responsive1 {
    padding-left: 14.12%;
    width: 20%;
	height: auto;
	margin-top: -33%;
	margin-bottom: 1.5%;
}

.img-responsive2 {
    margin-left: 32.12%;
    width: 40%;
	height: auto;
	margin-top: -21%;
}

.col-xs-offset-4_5 {
  margin-left: 29.175%;
}

.footer {
	padding-top: 80px;
	padding-bottom: 40px;
}

.center-image {
	margin: 0 auto;
}

.content-site {
	margin-left: 80px;
	margin-right: 80px; 
}

.embed-container { 
	position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}

.video.embed-container {
    width: 1920px;
    margin: 0 auto;
}

.video.embed-container video {
    width: 100%;
    height: auto;
}