#mainbody241 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
}

#text241 {
    display: none;
    vertical-align: top;
    width: calc(1500vw/19.20);
}

#videocontainer241 {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: start;
    width: 100%;
}

#myCanvas241 {
    background-color: #ffffff;
    position: absolute;
}

#playPause241 {
    position: absolute;
    bottom: calc(34vh/10.80);
    font-size: 70%;
    text-align: center;
    width: 100%;
    left: 0;
    z-index: 10;
}

.mute,
.errormsg,
.videoTemplate,
.videoTitle,
.videoOwner {
    display: none;
}
