.hero-slide-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    padding: 100px 1em 66px 3em;
}
.hero-slide-img img{
    display: inline-block;
    width: 100%;
}
.main-page-block.news-item {
    padding-bottom: 0;
    position: relative;
    display: inline-block;
    width: calc(39vw - 2em - 38px);
    height: 25vw;
    margin: 0 6px 40px;
}
 .main-page-block .news-item-video, .main-page-block .news-item-desc {
    display: none;
}
.main-page-block .news-item-title {
    font: 500 24px / 1.2 playfair-d, Times New Roman, sans-serif;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 45px 1em 18px;
    width: 100%;
    text-align: center;
}
.main-page-block .news-item-title span {
    font-family: Montserrat, sans-serif;
    height: 16px;
    position: absolute;
    right: 6px;
    text-align: center;
    vertical-align: middle;
    line-height: 12px;
    font-style: italic;
    font-size: 14px;
    color: black;
    bottom: 0;
    font-weight: 100;
}
.main-page-block .news-item-gallery {
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
}
.main-page-block .news-item-gallery a {
    display: inline-block;
    font-size: 0;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
}
 .main-page-block .news-item-gallery a img {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.main-page-block .news-item-more {
    /* display: none; */
    position: static;
}
.main-page-block .btn-default-more{
    display:none;
}
.main-page-block:hover .btn-default-more{
     position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%);
    background: #ffffffcf;
    box-shadow: 0px 0px 20px 9px #ffffff9e;
    cursor: pointer;
    display: inline-block;
}
@media (max-width:993px) {
    .main-page-block.news-item {
        width: calc(50vw - 2em - 38px);
    }    
    .news-section-list {
        text-align: right !important;
    }
    .main-page-block .news-item-title {
        font-size: 18px;
        padding: 40px 1em 15px;
    }
    .main-page-block .news-item-title span {
        font-size: 12px;
        height: 12px;
    }
}