/* LIST VIEW */

#content .content-main > .filters:first-child { margin-top: 0; }

#ekkSermons_5_list { width: 100%; margin-bottom: -1.5rem; }

#ekkSermons_5_list h3 { padding-bottom: .75rem; }

#ekkSermons_5_list article img { position: relative; display: block; width: 100%; height: auto; }

#ekkSermons_5_list article p { margin-bottom: 0; }

#ekkSermons_5 .return-link { margin-bottom: 2rem; }

#ekkSermons_5 .return-link a { padding: 1rem; }

/* DETAIL VIEW */
#ekkSermons_5_detail .sermon-top { padding: 0; position: relative; }

#ekkSermons_5_detail .sermon-top .div-video-wrap, #ekkSermons_5_detail .sermon-top #video-wrap { margin-top: 1rem; }

#other-sermons-heading { border-top-width: 1px; border-top-style: solid; }

#content { overflow: hidden; }

#video-wrap { overflow: hidden; }

#ekkSermons_5_detail .sermon-details { overflow: hidden; padding-top: 2rem; }

#ekkSermons_5_detail .media li { display: inline-block; margin: 0 .5rem .5rem 0; }

#ekkSermons_5_detail .media li a.btn { margin: 0; }

#ekkSermons_5_detail .sermon-right img { display: block; width: 100%; height: auto; margin-bottom: 1rem; }

#ekkSermons_5_detail .sermon-right > *:last-child { margin-bottom: 0; }

/* Hide date on these 'related sermons' until large breakpoint */
#ekkSermons_5_list article .related-sermon-date { display: none; }

@media (min-width:992px) {#ekkSermons_5_list article .related-sermon-date { display: block; } }