#pso_videos_container {
    background: #000; 
    width: 100%; 
    max-width: 1228px;
    padding: 20px 20px 20px 20px; 
    height: 420px;
    margin: 0 auto;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: relative;
}
#pso_videos_container .vid_container {
    height: auto;
    max-width: 640px;
    text-align: center;
    font-family: 'Roboto Condensed';
    font-size: 20px;
    color: #868686;
    background-color: #000;
    width: 55%;
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
}    
#playlists_load span {
    color: #000000;
    transition: 1.0s;
    font-weight: bold;
}
#playlists_load span:hover {
    color: #ffffff !important;
    transition: 0.2s;
    text-shadow: 0px -3px 5px rgba(0, 0, 0, 0.8);
}
.video_bg {
    background-color:#cecece;
    background-image: url(/assets/images/light-dove.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: 0.2s; 
}
/*
#video-canvas {
    margin-bottom: 20px;
    position: relative;
}
#video-canvas img {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
}
#video-canvas img:hover { cursor: pointer; }
#vid1 {
    width: 100%; 
    max-width: 1000px; 
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    display: none;
}
#video1 {
    width: 100%;
    background: url(/assets/images/Picato_Berman_video_poster.png);
    background-size: 100% 100%;
}
#video1[poster] { object-fit:fill; }
#fullscreen-rec {
    font-weight: bold;
    font-style: italic;
    margin-bottom: 40px;
}*/

#zoom-worship, .zoom-events-replay {
    height: auto;
    width: 100%;
    transition: 0.2s;
    text-align: center;
    margin: 0 auto;
    background: white;
    padding: 4%;
}
.zoom-events-replay .events-list {
    width: 100%; 
    max-width: 1000px; 
    height: auto; 
    margin: 0 auto; 
    background: white;
    display: table;
}
#zoom-worship .left {
    float: left; width: 50%; 
}
.zoom-events-replay .events-list .left {
    display: table-cell;
    width: 30%;
    max-width: none;
    padding: 0 2%;
}
#zoom-worship .right {
    float: right; width: 50%; 
}
.zoom-events-replay .events-list .right {
    display: table-cell;
    width: 70%;
    max-width: none;
    padding: 0 2%;
}
.zoom-events-replay .events-list .right h3 {
    text-align: left;
}
.zoom-events-replay {
    padding: 1% 4%;
    border: 1px solid #ccc;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
#zoom-worship .zoom-join, .zoom-events-replay .zoom-join {
    font-size: 20px;
    line-height: 28px;
    list-style: none; 
    text-align: left; 
    margin-left: -10%;
}
.zoom-events-replay .zoom-join {
    margin-left: -6%;
}
.audiobar {
    width: 98%;
    background: #e3e3e3;
    opacity: 0.8;
}
.replay-mp3 {
    display: none;
}
#pso_videos_list { /* list of all loaded in Youtube videos */
    width: 45%; 
    background: #212121; 
    position: relative; 
    float: left; 
    padding-left: 10px; 
    height: 100%; 
    overflow-y: scroll;
    margin-top: 0;
}    
#video-list-thumbs{ 
    margin: 0; 
    padding: 0; 
    width: 100%; 
    position: relative; 
    list-style: none;
}
#video-list-thumbs li{
    display: block;
    margin-bottom: 6px;
    background-color: #212121;
    transition:all 500ms ease;
}
#video-list-thumbs li:hover{
    background-color: #000000;
    transition:all 500ms ease;
}
/* #video-list-thumbs li:last-child{} */

#video-list-thumbs li .video_box {
    font-family: 'Roboto Condensed';
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    padding: 0 10px 0 0;
    display: block;
    color: #969696;
}         

#video-list-thumbs li .video_box .pub_date {
    font-family: 'Roboto Condensed';
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    padding: 5px 0 0 0;
    color: #ffffff;
}  

#video-list-thumbs a{
	display:block;
	position:relative;
	background-color: #212121;
    transition:all 200ms ease;
	color: #fff;
	padding: 0;
}
#YTtitle { margin-top: 5px; } 
.video_box img {
    float: left;
    vertical-align: top;
    margin-right: 10px;    
}    
.videoplay, .videoplay_slider {
    background-image: url(/assets/images/videoplay.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    height: 90px; width: 120px;
    left: 0; top: 0;
    opacity: 0.5;
}    
.videoplay_slider {
    height: auto; 
    width: 120px; 
    max-height: 180px; 
    max-width: 120px;
}
.video_w_title {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;
    height: 0;
    overflow: hidden;
}
.video_w_title iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#video-list-thumbs h2{
	bottom: 0;
	font-size: 14px;
	height: 33px;
	margin: 8px 0 0;
}
#video_button_jscott {
    color: #fc4d00;
}
#video_button_jscott:hover {
    color: #910000;
}
#dark {
    background-color: #00000000;
}
#dark h1, #dark {
    transition: 1.5s;
}
#light-switch {
    text-align: right;
    max-width: 1228px;
    margin: 0 auto;
    padding: 10px;
}
#light-switch img {
    cursor: pointer;
    border: 0;
    width: 30px;
    height: auto;
}

@media only screen and (max-width: 950px) { 
    #video-list-thumbs li .video_box {
        font-size: 16px;
        line-height: 20px;
    }  
}
@media only screen and (max-width: 760px) { 
    #video-list-thumbs li .video_box {
        font-size: 14px;
        line-height: 18px;
    }  
    #playlists_load span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 640px) { 
    .video_bg { background-size: 400%; }
    #pso_videos_container {
        padding: 20px 20px 20px 20px; 
        height: 100%;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
	#pso_videos_container .vid_container {    
        width: 100%; 
        float: none; 
    }    
    #zoom-worship, .#zoom-events-replay {
        margin: 0 auto;
    }
    #zoom-worship .left {
        float: none; width: 100%;
    }
    .zoom-events-replay .events-list .left {
        display: table-row;
    }
    #zoom-worship .right {
        float: none; width: 100%;
    }
    .zoom-events-replay .events-list .right {
        display: table-row;
    }
    .zoom-events-replay .events-list .right h3 {
        text-align: center;
    }
    #zoom-worship .zoom-join {
        text-align: center;
    }
    .zoom-events-replay .zoom-join {
        text-align: center;
        margin-left: -10%;
    }
    #pso_videos_list { /* list of all loaded in Youtube videos */
        width: 100%; 
        float: none; 
        margin-top: 20px;
        height: 400px;
    } 
   
    #video-list-thumbs h2{
		bottom: 0;
		font-size: 12px;
		height: 22px;
		margin: 8px 0 0;
	}
}
@media only screen and (max-width: 500px) { 
    .video_bg { background-size: 500%; }
}