/* Popup css */
.yottie-popup .yottie-popup-video-title {
    font-family: RobotoCondensed-Bold, sans-serif;
    font-size: 24px !important;
}
.yottie-popup .yottie-popup-video-info-main {
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 16px !important;
    color: #000 !important;
    border-top: none !important;
}
.yottie-popup .yottie-popup-video-description-more {
    font-family: RobotoCondensed-Bold, sans-serif;
    color: #808080;
}
.yottie-popup .yottie-popup-video-info-main {
    font-family: Roboto-Regular, sans-serif;
}
.yottie-popup .yottie-popup-video-channel-info .yottie-popup-video-channel-name {
    font-family: RobotoCondensed-Regular, sans-serif !important;    
}
/* End popup css */
@media only screen and (max-width: 767px) {
	.yottie-popup .yottie-popup-video-title {
	    font-size: 14px !important;
	}
	.yottie-popup .yottie-popup-video-info-main {
	    font-size: 14px !important;
	}
}
