#sban { display: none; }
#header-corner { text-align: center; margin: 10px auto;}
/*--- CORNER MARQUES ---*/

.home_op img {
    cursor: pointer;
}
.relat_div {
    position: relative;
    overflow: hidden;
}
.OPleft {
    justify-content: flex-start;
    max-width: 45%;
}
.home_op_text_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
}
.OPleft > div {
    margin-left: 50px;
}
.home_op_text {
    color: #fff;
    font: 200 16px OpenSansCond, Arial, sans-serif;
    padding: 2em 3em;
    transition: all 0.5s;
	cursor: pointer;
}
.getGlobalLink {
    pointer-events: none;
}

.home_op_text .title {
    font-size: 2em;
    line-height: 1.2em;
}
.home_op_text_buttons {
    display: flex;
    justify-content: space-between;
}
.home_op_text_buttons > div {
    margin-top: 10px;
    margin-right: 30px;
    font: bold 1.2em/1.4em OpenSansCond, Arial, sans-serif;
}
.home_op_text_buttons a {
    color: #fff;
    display: block;
    border-bottom: 2px solid #fff;
	text-decoration: none;
	pointer-events: auto;
}
.home_gender {
    width: 100%;
    display: flex;
	margin: 0 auto 3em auto;
    align-items: center;
	justify-content: space-between;
}
.home_gender div {
    font-weight: normal;
    text-align: center;
}
.btn_gender{
	line-height:60px;
	font-size: 16px;
	color: #707070;
	display: block;
}
.home_brands {
    width: 100%;
    display: flex;
	margin: 0 auto 3em auto;
    align-items: center;
	justify-content: space-between;
}
.home_brands {
    width: 100%;
    display: flex;
	margin: 0 auto 3em auto;
    align-items: center;
	justify-content: space-between;
}
.home_brands .txt_brand {
	width: 100%;
    text-align: center;
	padding: 4em 3em;
}
.home_brands .home_op_text_container {
    align-items: flex-end;
}
.home_brands .home_op_text, .home_op_text {background-color: initial;}


.Martens_video .subtitle img {
	width: 20px;
}

/* video */

.videoMask {
	height:100vh;
	width: 100vw;
	background: rgba(0,0,0,.5);
	position:fixed;
	top:0;
	left:0;
	display:flex;
	align-items: center;
	justify-content: center;
	z-index:500;
}
.videoPopup {
	padding: 10px;
	background-color: #000;
	position:relative;
}
.videoPopup i {
	position: absolute;
	top: 5px;
	right: -35px;
	color: #fff;
	width: 30px;
	height: 30px;
	font-size: 30px;
	cursor:pointer;
}
.videoPopup video {
	max-width: 800px;
}

@media screen and (max-width: 700px) {
	.btn_gender{
		width: 375px;
		margin:10px auto;
		background-color: #000;
	}
	.btn_gender a {
		color: #fff;
	}
	.home_brands .txt_brand {
		padding: 2em 3em;
	}

	.videoPopup {
		padding: 10px;
		background-color: #000;
		position:relative;
	}
	.videoPopup i {
		top: -40px;
		right: 0;
		width: 35px;
		height: 35px;
		font-size: 35px;
	}
	.videoPopup video {max-width: 100%;}

	.home_op, .home_gender, .home_brands {
		flex-direction: column;
	}
	.home_op_text_container {
		position:static;
		height : auto;
		background-color: #ccc;
		margin-top: -5px;
	}
	.home_op_text_container a, .home_op_text_container div {
		color: #363636;
	}
	.home_op_text_container a {
		    border-bottom: 2px solid #363636;
	}
	.OPleft {
		max-width: 100%;
	}
    .home_gender picture, .Martens_video {
		display: none;
	}
}