﻿
/* <!--System-Youtube-->*/
.System-Youtube {
    width: 100%;
    margin-top: 5rem;
}

.youtube_video {
    position: relative;
    text-align: center;
    display: block;
    z-index: 1;
}

.youtubecontent {
    position: relative;
    padding-top: 3rem;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.youtubecontent {
    padding-bottom: 53.2%;
}

    .youtubecontent iframe,
    .youtubecontent object,
    .youtubecontent embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
