.nr_tile_full_image_cnt {
    display:inline-block;
    width:100%;
    background-color:#f2f2f2;
    color:#000;
    margin-bottom:12px;
}
.nr_tile_full_image_a {
    display: inline-block;
    position: relative;       
    width:607.5px;
    min-width:607.5px;
    max-width:607.5px;
    height:410px;
    min-height:410px;
    max-height:410px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    background-color:#fff !important;
    color:#000 !important;
    border-radius:10px;    
    box-shadow: inset 0 0 0 1px #e5e5e5;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-right:15px;
    cursor: pointer !important;
}
.nr_tile_full_image_a:last-child {
    margin-right:0 !important;
}
.nr_tile_full_image_a:hover .nr_tile_full_image_img {
    opacity:0.94;
} 
.nr_tile_full_image_img {
    display: inline-block;
    width:100%;
    height:410px;
    min-height:410px;
    max-height:410px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: opacity 0.5s;
}

.nr_tile_full_image_txt {
    /*display: inline-block;*/
    width: 100%;
    height: auto;
    /*height:100px;*/
    /*min-height:100px;*/
    /*max-height:100px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: transparent;  
    padding-left:14px;
    padding-right:14px;  
    padding-bottom:12px;
    position:absolute;
    z-index: 100;
    left: 0;
    bottom: 0;
    /*border: 1px solid red; */
}
.nr_tile_full_image_txt_header {
    display: -webkit-box;
    width:100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: transparent;    
    font-size:35px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    margin-bottom:20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:5;
    overflow: hidden;  
    /*border:1px solid green;*/ 
}
.nr_tile_full_image_txt_time {
    display: inline-block;
    width:100%;
    height:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
    background-color: transparent;
    font-size:12px;      
    /*border: 1px solid gold;*/
    color: hsla(0, 0%, 100%, .7);
    /*text-shadow: 0 1px 1px rgba(0, 0, 0, .1);    */
    fill: currentColor;
    /*border:1px solid green;    */
}