






.timed-content-item h2 {
    margin-top: 0;
    color: #333;
}

.timed-content-link {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    background: #0073aa;
    color: white !important;
    text-decoration: none;
    border-radius: 3px;
    transition: background 0.9s;
height: 100% !important;
}

.timed-content-link:hover {
    background: #005177;
}



.timed-content-titles-list {
  line-height: 17px !important;
  text-shadow: 0px 0px 5px #3d3d3d !important;
}



















.image-wrapper{
    position:relative;
    display:block;
    overflow:hidden;
}

.timed-content-item .image-wrapper img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    margin:0;
    border-radius:3px;
}

.timed-content-item .image-wrapper .main-image{
    position:absolute !important;
    top:0;
    left:0;
    width:100%;
    opacity:0;
    transition:opacity .3s ease;
}

.image-wrapper:hover .main-image{
    opacity:1;
}

