video#bgvid {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	margin-top: -50px;
}
#drivercallenger h1 {
    font-family: "Lato", sans-serif;
    color: #ffffff;
    font-size: 63px;
    font-weight: 200;
}
.btn_white {
    -webkit-border-radius: 11;
    -moz-border-radius: 11;
    border-radius: 11px;
    font-family: "Lato", sans-serif;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border: 2px solid;
    border-color: #ffffff;
}
.btn_big_blue {
    -webkit-border-radius: 11;
    -moz-border-radius: 11;
    border-radius: 11px;
    font-family: "Lato", sans-serif;
    color: #ffffff;
    font-size: 15px;
    background: #1870d1;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border: 2px solid;
    border-color: #1870d1;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fluid h2 {
    font-family: "Lato", sans-serif;
    color: #ffffff;
    font-size: 35px;
    font-weight: 500;
}
.fluid p {
    font-family: "Lato", sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}
.fluid h3 {
    font-family: "Lato", sans-serif;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
}
.btns-container{
    display: flex;
}
.btns-container>a{
    margin: .5rem;
}

@media (max-width: 768px) {
    .btns-container{
        flex-direction: column;
    }
   
  }
  