.legal-advisor-yt-text {
    text-align: center;
    margin: 20px 0 12px;
    font-size: 17px;
    line-height: 1.6;
}

@media (max-width: 767px) {
	.legal-advisor-yt-text {
    font-size:15px;
  }
}

.legal-advisor-yt-wrap {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
.legal-advisor-yt-embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
}
.legal-advisor-yt-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}