.node-type-why-concur-lp {
	background-color: #efefef;
}
.node-type-why-concur-lp h1 {
	margin-top: 65px;
}
.why-concur.bg-blue-medium {
	height: 300px;
  	position: absolute;
  	width: 100%;
 }
 .inner-wrapper {
 	margin-top: 75px;
 	border-bottom: 30px solid #00a9f2;
 	margin-bottom: 50px;
 	padding: 30px;
 }
 #right-wrapper {
 	margin-top: 100px;
 }
 #right-wrapper .bg-white {
  	padding: 20px;
  	margin: 30px 0;
 }
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	text-align: center;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
  @media (max-width: 991px) {
  	 .inner-wrapper{
  	 	margin-top: 40px;
  	 	margin-bottom: 20px;
  	 }
  	 .node-type-why-concur-lp h1 {
  	 	text-align: center;
  	 }
  	 #right-wrapper {
 		margin-top: 0;
 	}
 	 #right-wrapper .bg-white {
 	 	text-align: center;
 	 	margin-top: 20px;
 	 }
  }