body.product-view section.hero .video {
	position: fixed;
}

/** Internet Explorer & Edge fix */
body.product-view.browserEdge     section.hero .video,
body.product-view.browserExplorer section.hero .video {
    position: relative;
}
body.product-view.browserEdge     section.hero div.video video,
body.product-view.browserExplorer section.hero div.video video {
	width: auto;
	height: auto;
    min-width: 100%;
    min-height: 100%;
}

body.products .product-description a {
	color: #505050;
	text-decoration: underline;
}

body.products .product-texts .btn-primary {
	background-color: #fafafa;
	text-decoration: none;
}
body.products .product-texts blockquote {
	font-size: 1rem;
}

section.aflinks .parallax {
	height: 700px;
}

section.questions {
    padding-top: 0;
}

section.questions .questions-intro {
    margin-bottom: 3rem;
}

section.questions .questions-intro h5 {
    font-size: 1.25rem;
    font-weight: normal;
}

body.product-view section.aflinks {
    padding: 0;
}

/* Small devices (landscape phones, 576px) */
@media (max-width: 992px) {
	section.aflinks .parallax {
	    height: auto;
	}
}

section.aflinks .parallax img {
	width: 100%;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575px) {
    body.product-view section.hero div.video video {
    }
}
