.youtube-video-channel-container{	display:flex;	flex-wrap:wrap;}.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
        max-width: 100%;
}

#video_lightbox{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
    align-items: center;
    align-content: center;
}

#video_container{
    display: block;
    width: 60%;
    min-width:340px;
    margin: 0 auto;
}

@media(max-width:767px){
    #video_container{
        width: 80%;
        min-width:340px;
    }
}

.video-link-thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	width:100%;
    height: 0;
    padding-top: 56%;
    position: relative;
	cursor:pointer;
}

.video-play-icon-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon {
	opacity:0.5;
	transition:0.3s;
}

.video-link-thumbnail:hover .play-icon{
	opacity:1;
	transition:0.3s;
}

.ryte-video-description-lightbox {
    background: rgba(255,255,255,0.85);
    color: #000;
    padding: 35px;
    max-height: 75vh;
    overflow: scroll;
}

.ryte-read-more {
    cursor: pointer;
}

.youtube-pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ryte-prev-button, .ryte-next-button{
	margin:0 20px;
}

.hidden{
	display:none;
	visibility:hidden;
}@media(min-width:768px) and (max-width:991px){	.youtube-video-channel-container .youtube-channel-video-container{		width:33.33%;	}}@media(min-width:481px) and (max-width:767px){	.youtube-video-channel-container .youtube-channel-video-container{		width:50%;	}}@media(max-width:480px){	.youtube-video-channel-container .youtube-channel-video-container{		width:100%;	}}
