/*
Theme Name:   NewspaperChildTheme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   Zi
Template:     Newspaper
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  newspaper
*/

/* Write here your own personal stylesheet */

.widget{
    font-size: initial;
}
.td-post-featured-video{
    position: relative;
}
.photo-crd{
    position: absolute;
    right: 5px;
    bottom: 0px;
    display: inline-block;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 1px 10px;
}
.photo_desc{
    float: left;
    width: 100%;
    margin-top: -20px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .photo-crd{
        bottom: 25px;  
    }  
}