.video-item-scroll:not(:first-child) {
    margin-left: 1%;
}

.video-item-scroll:first-child {
    margin-left: 0;
}

.video-item-scroll {
    display: inline-block;
    width: 100%;
    max-width: 38%;
    box-sizing: border-box;
    vertical-align: top;
}

.video-blocks-scroll {
    height: auto;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 10px;
    padding-top: 6px;
}

.move-left {
    width: 25px;
    height: 25px;
    background-image: url(https://churchunlimited.com/images/bayareafellowship/uploads/page_photos/sermon-left.png);
    display: inline-block;
    background-size: cover;
    cursor: pointer;
}

.move-right {
    width: 25px;
    height: 25px;
    background-image: url(https://churchunlimited.com/images/bayareafellowship/uploads/page_photos/sermon-right.png);
    display: inline-block;
    background-size: cover;
    cursor: pointer;
}

.video-controls {
    float: right;
}

.move-left:hover,
.move-right:hover {
    opacity: 0.7;
    cursor: pointer;
}

.latest-video-title {
    font-weight: 700;
	font-size: 170%;
	color: white;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.latest-video-tag {
    font-size: 95%;
    font-weight: 600;
    background-color: #2d2d2d;
    border-radius: 10px;
    color: white;
    padding: 6px 12px;
    width: fit-content;
}

.video-resize {
    position: relative !important;
    margin-bottom: 25px;
}

.latest-video-bg {
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/* video, iframe{
	box-sizing: border-box;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	width: 80vh;
} */

.latest-content-contain {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px 5px 10px;
    width: 100%;
    color: white;
    font-size: 90%;
    text-align: left;
    border-radius: 5px;

    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.video-container:hover .latest-content-contain {
    /*Fade out in .3 seconds*/
    opacity: 0;
    pointer-events: none;
}

.document-title {
    margin-left: 0;
}

.btn-todos {
    color: white;
    background-color: #2d2d2d;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 110%;
    font-weight: 600;
    width: 100%;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.button-container {
    text-align: center;
}

#button-section {
    margin-bottom: 25px;
    width: 100%;
}

.search-container {
    float: right;
    margin-top: -60px;
    margin-right: 20px;
    border-bottom: 3px solid #2d2d2d;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.search-text {
    width: 200px;
    height: 30px;
    background-color: #e1e1e1;
    color: #2d2d2d;
    padding-left: 10px;
    font-weight: 600;
    border: 0;
    font-size: 105%;
}

.search-text:focus {
    outline: none;
}

.search-icon {
    width: 20px;
    height: 20px;
    background-color: #e1e1e1;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: inline-flex;
}