/* your styles go here */

.post-image {
    display: block;
    height: 300px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 3px;
}


.random-post-image {
    height: 80px;
    /* width: 100px; */
    display: block;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.random-sponsor-image{
    height: 70px;
    /* width: 70px; */
    display: block;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.text-reset {
    width: 100%;
}

.posts-nav a{
    width: calc(100% - 10px);
}

@media only screen and (min-width: 768px)  {
    .posts-nav a{
        width: calc(50% - 10px);
    }
}

.slogan {
    text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}

.image-circle {
    border-radius: 3px;
}