body{
	font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace; 
	position: relative;
}

body::before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	content: "";
	height: 100%;
	width: 12.85vw;;
	border-left: 2px solid #e8e8e8;
	z-index: -10;
}

body::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	height: 95%;
	width: 12.85vw;;
	border-right: 2px solid #e8e8e8;
	z-index: -10;
}

.video-responsive{
    overflow:hidden;
    padding-bottom: 56.25%;
    margin-bottom: 2vw;
    position:relative;
    height:0;
    background-color: #9e9e9e;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.27);
}

.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.shadow{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.27);
}

.loreal{
	width: 300px;
	margin-top: 1em;
}

@media screen and (min-width: 40em) {
	.logo{
	width: 120%;
	max-width: none;
	}
	.text-right{
		text-align: right;
		width: 100%;
	}
	body{
		padding: 2vw 8vw 2vw 8vw;
	}
	.grid-padding-x > .cell {
		padding-right: 1vw;
		padding-left: 1vw;
	}
	.footer-text{
		padding-left: 7vw;
	}
	.footer-text-2{
		padding-right: 7vw;
	}
	.no-margin{
		margin-top: 0 !important;
	}
	.social-icon-1{
		margin-left: 7vw;
	}
	.social-icon-1, .social-icon-2{
		float: left;
	}
}

a{
	color: #0a0a0a;
	font-style: italic;
	border-bottom: 1px solid #0a0a0a;
	padding-bottom: 2px;
	text-decoration: none !important;
}

.border-top{
	border-top: 2px solid #e8e8e8;
}

.padding-top{
	padding-top: 30px;
}

@media screen and (max-width: 39.9375em) {
	.cell{
		margin-bottom: 20px;
	}
	.loreal{
		width: 200px;
		margin-top: 0;
		margin-left: auto;
margin-right: auto;
display: block;
	}
	.footer-text{
		margin-bottom: 0;
		text-align: center;
	}
}

.social-icon-1, .social-icon-2{
	margin-right: 15px;
	width: 30px;
}

.image-link{
	border: none !important;
}