@charset "utf-8";

.sermon-lt {
    position: relative;
}
    .sermon-lt ul {
        font-size: 0px;
        text-align: center;
    }
        .sermon-lt ul > * {
            display: inline-block;
            font-size: 0.75rem;
            vertical-align: top;
        }
            .sermon-lt .sermon-video {
                width: 80%;
            }
            
@media (max-width: 640px) {
    .sermon-lt ul > * {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }
        .sermon-lt ul > *:first-child {
            margin-bottom: 15px !important;
        }
}