h1,
h2,
h3 {
    margin-top: 0;
}


.pager__btn--disabled {
    opacity: 0.2;
}

.top-news__text {
    min-width: 275px;
}

.post-detail img {
    height: auto !important;
}

.hide {
    display: none;
}

.movie-wrapper {
    position: relative;
    padding-top: 56.25%;
}

    .movie-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }


.mb-20 {
    margin-bottom: 20px;
}