
.section-hero-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.section-hero-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-size: cover;
}

.section-hero-video button.muteButton {
	position: absolute;
    top: 25px;
    right: 25px;
    background: transparent;
    border: solid 2px #fff;
    padding: 0 15px;
    line-height: 30px;
    border-radius: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;    
    text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease; 	
}

.section-hero-video button.muteButton:hover {
    background: #fff;
    border: solid 2px #fff;
    color: #bf3e1f;
    cursor: pointer;
}

.section-hero-video button.muteButton:focus {
	outline:0;
}

.section-hero-video .play-button-larger-screen {
	padding-right: 10px;
}
