/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.atg_video_parent {
    position: relative;
    width: 100%;
}
.atg_video_child {
    position: relative;
    padding-bottom: calc(100% * 9 / 16);
}
.atg_video_child > .video_area {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.atg_video_child .video_area iframe {
    width: 100%;
    height: 100%;
}

.atg_video_child .video_area .error_box {
    display: flex;
    background-color:#cccccc;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 1em;
}
.atg_video_child .video_area .error_box .error_text {
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
}
#js_error_box {
    display: none;
}



