@media (max-width: 768px) {
    .swiper-container{
        display: none;
    }
}

.swiper-slide img{
    width: 100%;
}

.img-title{
    width: 100%;
    min-height: 10rem;
}

.img-title img{
    width: 100%;
}

.btn-more{
    margin-bottom: 10px;
}


.bg-image-parallax-3{
    background-image: url('../images/parallax-3.jpg');
}

.star-map .thumbnail-modern{
    margin-top: 30px;
}

.star-map .row-30{

}

.star-map .left,.star-map .right{
    padding: 20px 0 0 0;
    border:1px solid #DDD;
}

.star-map .right{

}

.post .post-lisa-figure{
    min-height: 15rem;
    max-height: 15rem;
    overflow: hidden;
}
.post .post-lisa-content{
    display: flex;
    flex-direction: column;
}

.post .post-lisa-tag-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.post .h5-title{
    min-height: 1.5rem;
    max-height: 1.5rem;
    padding-bottom: 2rem;
    overflow: hidden;
}

.post .post-lisa-text{
    min-height: 3rem;
    max-height: 3rem;
    overflow: hidden;
}
