/* Themify Customize Styling */
body {	
	background-repeat: no-repeat;
	background-position: center top; 
}
#pagewrap {	margin-top: auto; 
}
#header {	
	background-size: cover; 
}
#main-nav a:hover {	
	background-color: rgba(0,0,0,0.37); 
}

/* Themify Custom CSS */
a.buy-button {
  font-size: 0px;
}

a.buy-button:before {
  content: "Buy / Acheter";
  font-size: 15px;
  padding: 15px 30px;
}


.page-id-4404 .jukebox{
display: none;
}

.page-id-4375 .jukebox{
display: none;
}
.position {
margin-bottom: 300px;
}

@media (min-width: 980px) {
    .position {
        top: 20%; /* IMPORTANT */
        left: 90%; /* IMPORTANT */
        display: block;
        position: absolute;
        max-width: 850px;
        max-height: 417px;
        margin-left: 17%;

        margin-top: 30%; /* HALF OF THE HEIGHT */
       
    }
}
@media (min-width: 480px) {
    .position {
        top: 20%; /* IMPORTANT */
        left: 1%; /* IMPORTANT */
        display: block;
        position: absolute;
        max-width: 850px;
        max-height: 417px;

        margin-top: 30%; /* HALF OF THE HEIGHT */
       
    }
}