@media only screen and (max-width: 1200px) {
    .news-focus {
        height: auto;
    }
    .read_more a::after {
        content: "";
        height: 1px;
        background-color: #d9dce1;
        width: 70%;
        margin-left: -541px;
        top: 50%;
        position: absolute;
    }
    .read-more.nepse-block-read-more::after {
        content: "";
        height: 1px;
        background-color: #d9dce1;
        top: 50%;
        position: absolute;
        width: 50%;
        margin-right: 10px;
        margin-left: -60%;
    }
}

@media only screen and (max-width: 992px) {
    .video-list-ul li {
        width: 50%;
    }
    .read_more a::after {
        content: "";
        height: 1px;
        background-color: #d9dce1;
        width: 70%;
        margin-left: -61%;
        top: 50%;
        position: absolute;
    }
    .read-more.nepse-block-read-more::after {
        content: "";
        height: 1px;
        background-color: #d9dce1;
        top: 50%;
        position: absolute;
        width: 50%;
        margin-right: 10px;
        margin-left: -61%;
    }
    .at-resp-share-element .at-share-btn:focus,
    .at-resp-share-element .at-share-btn:hover {
        transform: none !important;
        background: #f5c614 !important;
    }
    .back-to-top {
        display: none;
    }
    .clear-padding-left {
        padding-left: 15px;
    }
    .clear-padding-right {
        padding-right: 15px;
    }
    .at-share-btn-elements {
        height: 40px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        background-color: #4a90e2;
    }
    .at-icon,
    .at-icon-wrapper {
        fill: #fff !important;
        /* height: 25px !important;
        width: 25px !important; */
        margin-right: 15px !important;
        margin-top: 2px;
        margin-right: 9px !important;
        margin-top: 5px;
    }
    .at-icon-wrapper.at-share-btn {
        background: unset !important;
    }
    .at-style-responsive .at-share-btn {
        padding: 4px 0 4px 7px !important;
    }
    .share-buttons.small-screen {
        display: block;
    }
    .share-buttons.small-screen {
        float: none;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .sub-videos {
        width: 30% !important;
    }
}

@media only screen and (max-width: 768px) {
    .video-list-ul li {
        width: 100%;
    }
    .read_more a::after {
        content: "";
        height: 1px;
        background-color: #d9dce1;
        width: 70%;
        margin-left: -466px;
        top: 50%;
        position: absolute;
    }
    .read-more.nepse-block-read-more::after {
        content: "";
        height: 1px;
        background-color: #d9dce1;
        top: 50%;
        position: absolute;
        width: 46%;
        margin-right: 10px;
    }
    .read-more.nepse-block-read-more::before {
        content: "";
        height: 1px;
        background-color: #d9dce1;
        width: 38%;
        top: 50%;
        position: absolute;
        right: 0;
    }
    .video-section-wrapper {
        display: block;
    }
    .sub-videos {
        width: 100% !important;
    }
}

@media only screen and (max-width: 550px) {
    .read_more a::before,
    .read_more a::after {
        display: none;
    }
    .read_more_column {
        position: relative;
        overflow: hidden;
        border: 1px solid #d9dce1;
        margin: 0 15px 30px 15px;
    }
    .advert_news_detail_block {
        margin-bottom: 30px;
        justify-content: center;
        display: block;
        overflow: hidden;
    }
    .advert_wrapper_detail {
        margin: 0 5px;
        margin-bottom: 0px;
        width: 100%;
        margin-bottom: 15px;
    }
    .news-focus .news-section h2 {
        padding-bottom: 10px;
        line-height: 40px;
        font-size: 30px;
        font-weight: bolder;
    }
}