.contents-text-container p {
    margin: 0;
    word-break: break-all;
    font-size: 16px;
}

.u-align-l {
    text-align: left !important;
}

.contents-youtube-container {
    margin: 0 0 30px 0;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
}

.contents-youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}