@charset "utf-8";

.sermon-lt {
    position: relative;
    text-align: center;
}
.sermon-lt .lat_title {
    text-align: left;
}
.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: 100%;
}
.sermon-lt .more {
    display: inline-block;
    margin: 20px 0 0 0;
}

@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;
    }
}
