.bb-page-accueil video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    outline:0px;
}

.bb-price {
    position: relative;
    display: block;
}

.bb-price-tag {
	text-align: center;
    font-family: 'proxima_nova_softsemibold', sans-serif;
    font-size: 18px;
    padding: 0px 0px 15px 0px;
    color: #005595;
    position: absolute;
    top: 15%;
    right: 15%;
}

.bb-price-tag--left-btm {
    left: 10%;
    top: 75%;
}

@media (max-width:500px){
	.bb-page-accueil video {
		height: auto;
		position: static;
		display: block;
	}
}