.news-card {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 8px 16px 8px 8px;
    height: 284px;
    width: 900px;
    z-index: 1
}

.card-stack {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    -khtml-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch
}

.news-card a {
    color: #44444d!important;
    font-weight: 400
}

.news-card-image {
    position: absolute;
    height: 268px;
    width: 320px;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 1px;
    background-size: cover;
    background-position: 50%;
}

.news-card-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -khtml-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%)
}

.news-card-author-time-in-content {
    display: none
}

.news-card-author-time {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    color: #808290
}

.news-right-box {
    width: 528px;
    right: 24px
}

.news-card-content,.news-card-title {
    position: absolute;
    padding-right: 20px;
    color: #44444d
}

.news-card-title {
    margin-top: 5px;
    font-size: 22px;
    line-height: 27px
}

.news-card-content {
    top: 95px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px
}

.news-card-footer {
    position: absolute;
    height: 26px;
    overflow: hidden;
    bottom: 10px;
    padding-top: 4px
}

.news-card-footer .read-more {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
    font-weight: 400
}

.news-card-footer .read-more .source {
    color: #f44336;
    font-weight: 500
}

.news-card-footer .share {
    float: right;
    margin-top: -11px;
    display: inline-block;
    color: #44444d
}

.news-card-footer .share:hover {
    color: #f44336
}

.news-card-footer .share:active {
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -khtml-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    transition: all .3s;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s
}

.news-card-footer .share .share-icon {
    transform: scale(-1,1);
    -webkit-transform: scale(-1,1);
    -khtml-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    font-size: 20px;
    line-height: 1.8
}

.news-card-footer .share span {
    font-size: 12px;
    font-weight: 500;
    vertical-align: super
}

.articaldescription{
    font-size: 16px;
    line-height: 22px;
    color:#44444d;
}


.html5-endscreen, .ytp-player-content, .videowall-endscreen, .ytp-show-tiles{
    display:none !important;
}
.ytp-chrome-top-buttons{
    display:none !important;
}

@media only screen and (min-width: 900px) and (max-width:1070px) {
    .news-card {
        width:840px;
        height: 250px
    }

    .news-card-content {
        top: 70px
    }

    .news-card-image {
        position: absolute;
        height: 220px;
        width: 260px;
        border-radius: 4px;
        overflow: hidden;
        margin-left: 1px;
        margin-top: 5px
    }
}



@media only screen and (min-width: 601px) and (max-width:900px) {
    .news-card {
        width:500px !important;
        height: 700px !important;
    }

    .news-card-image {
        position: absolute;
        height: 400px;
        width: 480px;
        border-radius: 4px;
        overflow: hidden;
        margin-left: 1px;
        margin-top: 0
    }

    .news-right-box {
        width: 480px!important;
        margin-top: 410px!important;
        right: 0!important;
        left: 10px;
        padding: 3px
    }
}
@media only screen and (max-width: 600px) {
    .news-card {
        width:96% !important;
        height: 650px !important;
        margin-left: 2%;
        margin-right: 2%
    }

    .news-card-image {
        width: 96%;
        height: 300px;
        margin-left: 0;
        margin-top: 0
    }

    .news-right-box {
        left: 10px;
        right: 10px;
        width: 95%;
        margin-top: 305px
    }

    .news-card-title {
        width: 96%;
        margin-left: 0;
        padding-right: 0;
        font-size: 18px;
        line-height: 24px
    }

    .news-card-content {
        padding-right: 0;
        font-size: 14px;
        top: 60px
    }

    .news-card-author-time-in-title {
        display: none
    }

    .news-card-author-time-in-content {
        display: block;
        margin-top: 7px
    }
}
@media only screen and (max-width: 360px){
    .news-card {
        width:96% !important;
        height: 650px !important;
        margin-left: 2%;
        margin-right: 2%;
    }

    .news-card-image {
        width: 96%;
        height: 300px;
        margin-left: 0;
        margin-top: 0
    }

    .news-right-box {
        left: 10px;
        right: 10px;
        width: 95%;
        margin-top: 305px
    }

    .news-card-title {
        width: 96%;
        margin-left: 0;
        padding-right: 0;
        font-size: 18px;
        line-height: 24px
    }

    .news-card-content {
        padding-right: 0;
        font-size: 14px;
        top: 60px
    }

    .news-card-author-time-in-title {
        display: none
    }

    .news-card-author-time-in-content {
        display: block;
        margin-top: 7px
    }
}
.datacontainer{
    padding-top: 110px;
}
.news-card-title{
    font-size: 22px;
    line-height: 27px;
    color: #44444d;
    padding-right: 20px;
    position: unset;
}
.news-data{
    min-height:250px;
    position:relative;
}
.news-data a{
    color: #44444d !important;
    font-weight: 500;;
}
.news-data .read-more{
    font-size: 12px;
    font-weight: 400;
    position:absolute;
    bottom:0;
}
/*@media screen and (min-width:992px){*/
/*    .news-data .reqd-more{*/
        
    /*margin-top:20% !important;*/
/*    position:absolute;*/
/*    bottom:0;*/
/*    }*/
/*}*/

@media screen and (max-width:991px) {
    .news-image{
        height:400px;
    }
    .data-class{
        min-height: 400px;
    }
    /* .container{
        padding-top: 110px;
    } */
    .news-card-title{
        font-size: 36px;
        line-height: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    /* .news-data a{
        
    } */
    .news-data .read-more{
        font-size: 18px;
        position:unset;
        
    }
    .articaldescription{
        font-size: 26px;
        line-height:32px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .news-card-author-time{
        font-size: 18px;
    }
}
body {
    margin: 0
}
