/*
Theme Name: wanderlust Films
Author: Albin Thomas
Version: 1.0
 */
.now-playing-list img {
    max-height: 100%!important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
.event-list .event-item img {
    width: 100%;
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 350px;
}

.now-playing-list .play-item img {
    height: 385px;
}
#ctf .ctf-header {
/*     border-bottom: 1px solid #333 !important; */
}
.ctf-item {
    padding: 15px 30px;
    overflow: hidden;
/*     border: 1px solid #333; */
    background: #ffff;
    margin-bottom: 1.5rem;
/*     border-bottom: 1px solid #333 !important; */
	box-shadow: 1px 2px 3px #3333;
    border-radius: 5px;
}
#ctf .ctf-item {
/*     border-bottom: 1px solid #333 !important; */
	 padding: 15px 30px!important;
}
#ctf .ctf-tweet-actions a.ctf-reply,#ctf .ctf-tweet-actions a.ctf-retweet, #ctf .ctf-tweet-actions a.ctf-like{
    color: #d71920;
    text-decoration: none;
    border: none;
    -moz-transition: color .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
}
