body{
    background: #000000;
}

a:hover{
    color: inherit;
}

.poster-aggregate article {
    position: relative;
    display: inline-block;
    margin: 0 10px 20px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

.poster-aggregate article .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 5% 15px;
    width: 80%;
    /* max-width: 250px; */
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

footer .social-links ul li, .poster-aggregate .social-links ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0;
}

.poster-aggregate article .overlay::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.poster-aggregate article .overlay .title {
    font-family: 'effra';
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    letter-spacing: 4px;
    text-transform: uppercase;
    z-index: 2;
}
.poster-aggregate article .overlay .categories {
    position: relative;
    display: block;
    font-size: 12px;
    z-index: 2;
}


.poster-aggregate article .overlay:hover::before {
    opacity: 1;
}


.poster-aggregate .article-wrapper:hover .overlay {
    opacity: 1;
    visibility: visible;
}



.poster-aggregate article .overlay::before {
    background-color: #000;
}

.poster-aggregate article::before,
    .poster-aggregate article .overlay,
    .poster-aggregate article .overlay::before,
    .poster-aggregate article .article-wrapper::before {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    main ul li, main ol ul > li{
        list-style: none;
    }

    footer{
        min-height: 50px;
        height: auto;
    }

    footer p{
        margin: 10px;
    }

    footer ul {
        text-align: right;
    }

    footer ul li {
        display: inline-block;
        margin: 10px;
    }

    
@media only screen and (max-width : 1440px) {
    .poster-aggregate article .overlay {
        width: 80%;
    }
}


@media only screen and (max-width : 1280px) {
    .poster-aggregate article .overlay {
        top: auto;
        bottom: 10px;
        padding: 10px 15px;
        max-width: 350px;
        width: 80%;
        opacity: .9;
        visibility: visible;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .poster-aggregate article .overlay::before {
        opacity: 1;
    }

    .poster-aggregate article .overlay .title {
        font-size: 14px;
        line-height: 24px;
    }
    .poster-aggregate .social-links ul li {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
    }

}

@media only screen and (max-width : 992px) {
    footer p{
        text-align: center;
    }
    footer ul {
        text-align: center;
    }
}


@media only screen and (max-width : 768px) {

    .poster-aggregate article .overlay {
        padding: 10px 10px;
    }
    .poster-aggregate article .overlay .categories {
        font-size: 11px;
    }

    body footer{
        line-height: 20px;
    }

    

}
