/* Import font. */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');

/* Main background. */
.fwds3dcov-main-background{}

/* Scrollbar text */
.fwds3dcov-scrollbar-text{
}

/* Categories menu. */
.fwds3dcov-menu-button{
font-size: 21px !important;
    background:#fff !important;
    height: 100% !important;
    padding: 1rem !important;
    border-radius: 5px !important;

}

/* Video and audio time. */
.fwds3dcov-time{
	font: 400 14px !important;
}

/* Thumbnails text. */
.fwds3dcov-header{
	font: 400 22px !important;
	line-height: 26px !important;
	text-align:center;
	margin: 9px 20px 0;
	color:#E4E4E4;
}

.fwds3dcov-text{
	font: 400 14px !important;
	line-height: 20px !important;
	text-align:center;
	margin: 9px 20px 0;
	color:#777777;
}

/* Lightbox text. */
.fwds3dcov-lightbox-header{
	font: bold 28px  !important;
	line-height: 33px !important;
	text-align: center;
	margin: 23px 20px 6px;
	color:#FFFFFF;
}

.fwds3dcov-lightbox-paragraph{
	font: normal 14px !important;
	line-height: 24px !important;
	text-align: center;
	margin: 10px 20px 26px;
	color:#E4E4E4;
}

@media screen and (max-width: 600px){
	.fwds3dcov-lightbox-header{
		font-size: 16px !important;
		line-height: 20px !important;
	}

	.fwds3dcov-lightbox-paragraph{
		font-size: 12px !important;
		line-height: 16px !important;
		margin-bottom: 20px;
	}
}

.fwds3dcov-playlist{
	display: none !important;
}