.row p {
    margin-top: 0px;
    line-height: 23px;
    position: relative;
}

.row .text, .row .intro, .row .author {
    line-height: 23px;
    font-family: "aaux-next";
    font-size: 15px;
    letter-spacing: -.5px;
}

.rArticle {
    padding: 10px 50px;
    max-width: 850px;
    margin: 0px auto;
    
    background: #fffffff0;
    position: relative;
}

.rArticle.rArticle-w-pic {
    margin-top: -125px;
}

    .rArticle h1 {
        text-transform: uppercase;
        font-weight: bold;
        font-family: "din-2014";  
        letter-spacing: -2px;
        font-size: 27px;
        line-height: 35px;
    }

.rArticle p img+em {
    position: absolute;
    left: 0px;
    bottom: 5px;
    background: #ffffffd9;
    display: block;
    padding: 3px 12px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.row .intro {
    font-size:  18px;
}

.buttons {
    max-width:  800px;
    margin:  0 auto;
}

.row .coverphoto {
	width: 100%;
	height: 400px;
	margin: 0px auto;
	background-color: #ddd;
    position: relative;
}

.row .coverphoto>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*.row .coverphoto .img {
	background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: 50% 50%;
    box-shadow: inset 0px 15px 35px -1px rgba(0,0,0,0.4), inset 0px -15px 35px -1px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0px 15px 35px -1px rgba(0,0,0,0.4), inset 0px -15px 35px -1px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px 15px 35px -1px rgba(0,0,0,0.4), inset 0px -15px 35px -1px rgba(0,0,0,0.4);
}*/

.row .coverphoto h1 {
	position: absolute;
    color: white;
    width: 100%;
    top: 60%;
    height: 40%;
    text-shadow: 2px 2px 50px rgba(0,0,0,0.6), -2px -2px 50px rgba(0,0,0,0.6), 0px 0px 2px rgba(0,0,0,0.8);
    padding: 25px 50px;
    font-size: 30px;
    margin: 0px;
    text-align: center;
}

.text img {
	width: 100%;
    height: auto;
}

.text iframe {
    width: 100% !important;
}

.row .author {
    color: rgb(219,3,27);
    margin-bottom: 10px;
}


.text div {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

.row h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "din-2014";
    letter-spacing: -1px;
    font-size: 19px;
    margin-bottom: 0px;
}

.exco {
    background: #eee;
}

@media screen and (max-width:600px){

    .text iframe, .text img {

        height: 35vh; 
        object-fit: cover; 
    }

    .rArticle {
        padding: 10px 0px;
    }

    .rArticle h1 {
        margin: 10px 0px;
    }

    .row .coverphoto {
        height: 22.5vh;
        width: calc(100% + 10px);
        margin: -5px -5px 0px -5px;
    }

    .row .coverphoto h1 {
        top: 100%;
        font-size: calc(3px + 4vw);
        margin: 5px;
        padding: 5px;
        text-align: left;
        line-height: 30px;
        text-shadow: none;
        text-transform: uppercase;
        font-weight: bold;
        font-family: "din-2014";
        letter-spacing: -1px;
        color: black;
        width: calc(100% - 10px);
    }

    .row .coverphoto .author {
        font-size: calc(1px + 3vw);
    }

    .rArticle {
        margin-top: 0px;
    }


}

@media screen and (max-width:1300px){
    .row {
        padding:  5px;
    }
}

@media screen and (max-width: 1050px) {

    .row .text table {
        width: 100% !important;
    }
}