.youtube-container {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
}

.youtube-player {
    display: block;
    margin 20px auto;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block;
}

img.youtube-thumbnail {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
}

div.youtube-play-btn {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("../../plugins/embedded-youtube/play-button.png") no-repeat center center;
  background-size: 70px 50px;
}

.youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.field__label {
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.first__field__label {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}

.field__label::before, .field__label::after {
    content: "";
    border-top: 2px solid black;
    border-right-color: black;
    border-bottom-color: black;
    border-left-color: black;
    margin: 0px 15px 0px 0px;
    flex: 1 0 15px;
}

.field__label::after {
    margin: 0px 0px 0px 15px;
}

.second__field__label {
	font-weight:bold;
	font-size: 14px;
	text-align:center;
	margin-top: 5px;
	text-transform: uppercase;
}