/*** MODULE****/
.video-wrapper .video_container .video_text * {
	overflow: inherit;
}

.video-wrapper .only-txt {
	padding: 10px;
}

.video-wrapper .video-frame-wrapper {
	box-sizing: content-box;
}

/* content wrapper title styles */
.video-wrapper > h3 {
	padding: 10px;
}

.video-wrapper > * > h3 {
	padding-bottom: 10px;
}

/* Fix voor stippen in opsomming */
.video-wrapper .video_container .video_text span ul,
.video-wrapper .video_container .video_text span ol {
	overflow: visible;
}

.video-wrapper.box-shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.video-wrapper .video_text ul,
.video-wrapper .video_text ol {
	display: table;
}

/* content wrapper title styles */
.video-wrapper h3 {
	width: 100%;
}

.video-wrapper:not(.style-5) > h3 {
	padding: 10px;
}

/* Button styling */
.video-wrapper .link_button a.btn.btn-pxl.content-block-button.noicon:after {
	content: " ";
}

.video-wrapper .link_button a.btn.btn-pxl.content-block-button.icon1:after {
	content: " \f101";
}

.video-wrapper .link_button a.btn.btn-pxl.content-block-button.icon2:after {
	content: " \f30b";
}

.video-wrapper .link_button a.btn.btn-pxl.content-block-button.icon3:after {
	content: " \f35a";
}

.video-wrapper .link_button a.btn.btn-pxl.content-block-button.icon4:after {
	content: " \f138";
}

.video-wrapper .link_button a.btn.btn-pxl.content-block-button.icon5:after {
	content: " \f0da";
}

.video-wrapper .link_button a.btn.btn-pxl.content-block-button.icon6:after {
	content: " \f00c";
}

.video-wrapper a.content-block-button.hov1:hover {
	animation: bounce 1s;
}

.video-wrapper a.content-block-button.hov2:hover {
	animation: flash 1s;
}

.video-wrapper a.content-block-button.hov3:hover {
	animation: fadeoutin 1s;
}

.video-wrapper .link_button {
	padding: 10px;
	width: unset;
}