#sban { display: none; }
#header-corner { text-align: center; margin: 10px auto;}
/*--- CORNER MARQUES ---*/
div 
{
    box-sizing: border-box;
}
#homeContent {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home_op {
    width: 100%;
    background-color: #fff;
	margin: 0 auto 3em auto;
	border-top: 3px solid;
}
.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;
}
@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;
	}
}
@media screen and (max-width: 640px) {
	.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;
	}
}

#brand-corner-video,
#brand-corner-video div  { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

#brand-corner-video {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
#brand-corner-video .video-content {
	max-width: 780px;
	max-height: 480px;
	margin: 50px auto auto auto;
	text-align: center;
	background-color: #000;
}
#brand-corner-video .video-content-close { 
	width: 100%;
	margin: auto;
	padding: 1%;
	cursor: pointer;
	text-align: right;
	font-size: 20px;
	font-family: OpenSans, Arial, sans-serif;
}
#brand-corner-video .video-screen { 
max-width: 720px;
max-height: 450px;
padding-bottom: 50px;
}