.noborder {
	border: none !important;
}

.video-title {
	text-align: center; 
}

.thumbnail img:hover {
	cursor: pointer;
}

.video-container iframe {
	margin: auto;
	display: block;
}

.notification {
    position: fixed;
    top: 35%;
    left: 35%;
    z-index: 999999999999;
    background: #fff;
    padding: 10px 15px;
    border-radius: 1px;
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.4);
}

.notification-content {
	padding: 40px 30px 40px 10px;
}