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

#video2 video{
    height: auto;
    position: static;
    display: block;
    max-width: 100%;
}

#io_io_9s_noir,
#io_io_ultimate_clean_black_x2,
#io_io_8s_noir,
#io_io_ultimate_clean_white_x4,
#io_io_7s_blanc,
#io_io_gentle_care_x2 {
	position: absolute;
    top: 65%;
    left: 12.5%;
}

#io_triple_io_7s_blanc,
#io_triple_io_8s_noir,
#io_triple_io_9s_noir {
	position: absolute;
    top: 70%;
    left: 6%;
}

.bb-oralb a {
	display: block;
}

.bb-page-io .scroller {
    position: relative;
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

.bb-page-io .scroller img.active {
    display: block;
}

.bb-page-io .scroller img {
    display: none;
}

.bb-page-io .scroller .btn {
    position: absolute;
    top: 46%;
    width: 15%;
    height: 20%;
    cursor: pointer;
}

.bb-page-io .scroller .btn.left {
    left: 0px;
}

.bb-page-io .scroller .btn.right {
    right: 0px;
}


.bb-price-tag {
	text-align: left;
    font-family: 'proxima_nova_softsemibold', sans-serif;
    font-size: 18px;
    display: flex;
    justify-content: center;
    color: #005595;
}


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