html, body {
    width: 100%;
    height: 100%;
}
.embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 30px;
}
.embed iframe, .embed object, .embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
main {
    width: 100%;
}
section {
    background-size: cover;
    background-position: center;
}
section .main {
    max-width: 1100px;    
    padding: 75px 10% 100px 10%;
    margin: auto;
    text-align: left;
}
section .overlay{
    width: 40%;
    float: left;
    background-color: #000;
    border-radius: 10px;
    padding: 25px;
    margin: 60px;
    opacity: 0.9;
    line-height: 2.8em;
}
section .overlay span{
    color: #eb2227
}
section h1 {
    margin-bottom: 25px;
    font-family: 'Jockey One', sans-serif;
	font-size: 2.7em;
    color: #fff;
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #ddd;
}
section p {
	margin-bottom: 20px;
    color: #fff;
    font-size: 1em;
	line-height: 1.6em;
	font-weight: 600;
}

article .main {
    max-width: 800px;
    padding: 40px 10px 25px 10px;
    margin: auto;
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1 {
    margin-bottom: 10px;
    font-family: 'Jockey One', sans-serif;
	font-size: 2.2em;
    color: #eb2227
}
article h2 {
    margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 200;
	color: #696969;
}
article p {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 20px;
}
article p.column {
    width: 40%;
    margin-left: 5%;
    float: right;
}
.quotebox {
    width: 100%;
    padding: 50px;
    background-color: #000;
}
.quotebox pic {
    margin: auto;
 
}
@media screen and (max-width: 600px) {
    article p.column {
        width: 90%;
        margin: auto;
        float: none;
    }
section .overlay{
    width: 100%;
    height: 550px;
    background-color: #000;
    border-radius: 10px;
    padding: 25px;
    margin: auto;
    opacity: 0.8;
}
section h1 {
	font-size: 1.7em;

}
.quotebox {
    width: 100%;
    padding: 10px;
    background-color: #000;
    text-shadow: 2px 2px #000;
    font-size: 0.6em
}
} 
blockquote {
    max-width: 600px;
    margin: auto;
    padding: 0 0 0 20px;
    font-family: 'Jockey One', sans-serif;
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;	
    border-left: #eb2227 10px solid;
}   
}

blockquote {
    max-width: 600px;
    margin: 30px calc(40% - 80px);
    padding: 0 0 0 20px;
    font-family: 'Jockey One', sans-serif;
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;	
    border-left: #eb2227 10px solid;
}
blockquote span {
	margin-top: 15px;
    font-family: 'Jockey One', sans-serif;
	font-size: 16px;
    color: #fff;
}

/*OTROS*/
/*PLAYLIST*/
.playlist {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.playlist li {
    height: 250px;
    width: 250px;
    margin: 3px;
    display: inline-block;
}


.arrow {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 50%;
    background-color: #eb2227;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .5s ease;
}
.arrow.down {
    background-image: url(/gnfactory/LNC/GNF/2017/05/24/0003/svg/arrow_down.svg);
}
.arrow:hover {
    opacity: 1;
}
