.youtubeBlockResponsive16by9,.youtubeBlockResponsive4by3 {
    position: relative;
    height: 0;
}
.youtubeBlockResponsive16by9 iframe, .youtubeBlockResponsive4by3 iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.youtubeBlockResponsive16by9 {
    padding-bottom: 56.25%
}

.youtubeBlockResponsive4by3{
    padding-bottom: 75%;
}

.ccm-edit-mode-disabled-item.youtubeBlockResponsive16by9  {
    padding-top: 28.125%;
    padding-bottom:  28.125%
}

.ccm-edit-mode-disabled-item.youtubeBlockResponsive4by3  {
    padding-top: 37.5%;
    padding-bottom: 37.5%
}

.ccm-page .ccm-mesch-video {
	 position: relative;
	 background-color: ;
}
 .ccm-page .ccm-mesch-video .ccm-mesch-video-thumbnail {
	 position: absolute;
	 top: 0;
	 left: 0;
	 height: 100%;
	 width: 100%;
	 z-index: 10;
	 cursor: pointer;
}
 .ccm-page .ccm-mesch-video .ccm-mesch-video-thumbnail .ccm-mesch-video-play {
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 width: 55px;
	 height: 55px;
	 transform: translate(-50%,-50%);
	 background-image: url("/application/blocks/mesch_video/images/mesch-video-play-button.svg");
	 background-repeat: no-repeat;
	 background-size: contain;
	 background-position: center;
	 z-index: 15;
	 transition: .2s ease;
}
 .ccm-page .ccm-mesch-video .ccm-mesch-video-thumbnail .ccm-mesch-video-play:hover {
	 opacity: .65;
}
