.press {
    position: relative;
    width: calc(100% - 20px);
    margin-left: 20px;
}

.press .post {
    width: calc(100% - 20px);
    margin-bottom: 20px;
    background: #FFF;
    display: block;
	outline: 3px solid rgba(180, 148, 127, 0);
	transition: outline .3s ease;
}

.press .post > a > div:first-child {
	padding-bottom: 62.5%;
}

.press .post > a > div:first-child img {
	position: absolute;
}

.press .post:hover {
	outline: 3px solid rgba(180, 148, 127, 1);
}

.press .post .preview {
    padding-bottom: 70%;
    background-position: center center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}


.press .post .info {
    position: relative;
    padding: 40px 20px 60px;
}


.press .post .info h1 {
    text-transform: uppercase;
    letter-spacing: .05em;
	color: #393939 !important;
}

.press .post .info p {
    font-size: 30px;
}



@media only screen and (min-width: 768px) {
    .press .post {
        width: calc(50% - 20px);
    }
}

@media only screen and (min-width: 1080px) {
    .press .post {
        width: calc(33.333333% - 20px);
    }
}

@media only screen and (min-width: 1800px) {
    .press .post {
        width: calc(25% - 20px);
    }
}


@media only screen and (min-width: 2080px) {
    .press .post {
        width: calc(20% - 20px);
    }
}

.press .post .icon,
.press .post .logo {
    position: absolute;
}


.press .post .icon {
    left: 20px;
    width: 12%;
    bottom: 15px;
}

.press .post .logo {
        bottom: 35px;
    right: 20px;
    transform: scale(0.7) translateY(75%);
    transform-origin: right center;
}


.press .post .type {
    position: absolute;
    background-color: #B4947F;
    color: #fff;
    font-family: "Predige Rounded";
    font-size: 24px;
    letter-spacing: 0.2em;
    padding: 10px 20px;
    min-width: 200px;
    text-align: center;
    left: 50%;
    top: -23px;
	height: 40px;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.press .post .type > div {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.featured-press-post {
    display: flex;
    overflow: hidden;
}

.featured-press-post > div {
    width: 50vw;
    height: 50vw;
}


.featured-press-post .image-wrapper {
    background-size: cover;
    background-position: center;
}



.featured-press-post .content-wrapper {
    padding: 0 5%;
    position: relative;
	background: #fff;
}

.featured-press-post .content-wrapper .content {
    position: absolute;
    top: 50%;
    width: 80%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}


.featured-press-post .content-wrapper .content h1 {
    font-size: calc(36px + (51 - 36)*(100vw - 980px)/(1920 - 980));
    letter-spacing: 0.05em;
    color: #393939 !important;
    text-transform: uppercase;
}


.featured-press-post .content-wrapper .content p{
    color: #393939;
}



.featured-press-post .logo {
    transform: scale(.7);
    transform-origin: left;
    margin: 7% 0;
}


.featured-press-post a.et_pb_button:hover, 
.featured-press-post a.et_pb_button {
    border: 3px solid #393939 !important;
    width: calc(210px + (350 - 210)*(100vw - 980px)/(1920 - 980));
    padding: 5px 0 !important;
    display: block;
    font-size: calc(20px + (30 - 20)*(100vw - 980px)/(1920 - 980));
    text-align: center;
}




@media only screen and (max-width: 979px) {
    .featured-press-post {
        display: block;
    }

    .featured-press-post > div {
        width: 100%;
        height: auto;
    }

    .featured-press-post  .image-wrapper {
        height: 100vw;
    }

    .featured-press-post .content-wrapper {
        background: #fff;
    }

    .featured-press-post .content-wrapper .content {
        position: relative;
        top: 0;
        transform: none;
        width: 85%;
        margin: 0 auto;
        text-align: center;
        padding: 8% 0;
    }

    .featured-press-post .logo {
        width: 100%;
        transform: none;
    }

    .featured-press-post .content-wrapper .content h1 {
        font-size: calc(36px + (51 - 36)*(100vw - 300px)/(980 - 300));
    }

    .featured-press-post a.et_pb_button:hover, 
    .featured-press-post a.et_pb_button {
        margin: 0 auto;
    }

    .featured-press-post .content-wrapper .content p {
        margin-top: 2%;
    }


    .featured-press-post a.et_pb_button:hover, 
    .featured-press-post a.et_pb_button {
        font-size: calc(20px + (30 - 20)*(100vw - 300px)/(980 - 300));
        width: calc(210px + (350 - 210)*(100vw - 300px)/(980 - 300));
    }


    

}

@media only screen and (max-width:767px) {
    .press .post .type {
        font-size: calc(16px + (24 - 16)*(100vw - 300px)/(767 - 300));
        padding: calc(5px + (10 - 5)*(100vw - 300px)/(767 - 300)) 20px;
        min-width: calc(150px + (200 - 150)*(100vw - 300px)/(767 - 300));
        top: calc(-17px + (-23 + 17)*(100vw - 300px)/(767 - 300));
    }
}


@media only screen and (max-width: 640px) {
    .featured-press-post .logo {
        transform: scale(.7);
        transform-origin: center;
    }
}

.press-btn.load-more:hover,
.press-btn.load-more {
    width: 150px;
    text-align: center;
    color: #393939 !important;
    border: 3px solid #393939 !important;
    display: block;
    margin: 20px auto;
}


.press-btn.load-more > div {
    width: 100%;
    text-align: center;
}

.press-btn.load-more:after {
    right: 40px;
}

.press-btn.load-more > div:last-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}


.press-btn.load-more.loading > div:first-child {
    opacity: 0;
}

.press-btn.load-more.loading > div:last-child {
    opacity: 1;
}

.press-words {
    width: 70%;
    margin: 5% auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}