.news-container.version1,
.news-container.version2,
.news-container.version3 {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
    .news-container.version1,
    .news-container.version2,
    .news-container.version3 {
        justify-content: center;
    }
}

/**
    Version 1
 */
.block {
    /*background-color: #000000;*/
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6em;
    margin: 10px;
    max-width: 310px;
    min-width: 30%;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    min-height: 240px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;


}
.article-news-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;

    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.block * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.block img {
    display: none;
    width: 100%;
    height: 100%;
    vertical-align: top;
    position: relative;
    opacity: 0.75;
}

.block .article-news-info {
    padding: 50px 20px 25px;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*z-index: 1;*/
}

.block .date {
    background-color: #fff;
    color: #333;
    font-size: 18px;
    font-weight: 800;
    min-height: 48px;
    min-width: 48px;
    padding: 10px 0;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}

.block .date span {
    display: block;
    line-height: 14px;
}

.block .date .month {
    font-size: 11px;
}

.block h3,
.block p {
    margin: 0;
    padding: 0;
}

.block h3 {
    font-weight: 800;
    letter-spacing: -0.4px;
}

.block .hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    background-color: rgba(236, 188, 46, 0.75);
    display: flex;
    font-size: 65px;
    justify-content: center;
    opacity: 0;
}

.block a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.block:hover .hover,
.block.hover .hover {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
}

.block:hover .article-news-info,
.block.hover .article-news-info {
    opacity: 0;
}

.snip1529:hover .date,
.snip1529.hover .date {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ion-android-open {
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    article.block {
        max-width: unset;
    }
}

/**
    Version 2
 */
.post-module {
    position: relative;
    z-index: 1;
    display: block;
    background: #FFFFFF;
    min-width: 30%;
    /*height: 470px;*/
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    padding: 0;
    margin: 10px;
}
.post-module:hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.post-module:hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
}
.post-module .thumbnail {
    background: #000000;
    overflow: hidden;
    height: 195px;
}
.post-module .thumbnail .date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    background: #89b5da;
    width: 55px;
    height: 55px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #FFFFFF;
    font-weight: 700;
}

.post-module .thumbnail .date .month {
    font-size: 12px;
    text-transform: uppercase;
}
.post-module .thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.post-module .post-content {
    background: #FFFFFF;
    width: 100%;
    padding: 15px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .title {
    margin: 0;
    padding: 0 0 10px;
    /*color: #1f1f1f;*/
}
.post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 20px;
    /*color: #333333;*/
}
.post-module a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}


/**
    Version 3
 */
.box {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
    border-radius: 5px;
    padding: 15px;
    background: #fff;
    margin-bottom: 20px;
    flex-flow: row wrap;
    width: 100%;
}

.box .content {
    display: flex;
    flex-direction: column;
    width: 70%;
    padding: 0px 15px;
}

.box a {
    text-decoration: none;
    color: inherit;
}

.box h2 a:hover {
    text-decoration: underline;
}

.box .content-posted a:hover {
    color: #0404bc;
}

.box .img {
    width: 30%;
}
.box .img img {
    width: 100%;
    max-height: 190px;
    object-fit: cover;
}

@media screen and (max-width: 540px) {
    .box {
        flex-direction: column-reverse;
    }
    .box .img {
        width: 60%;
        margin-bottom: 15px;
    }
    .box .content {
        width: 90%;
    }
    .box .content-posted {
        margin-bottom: 15px;
    }
}