﻿.embed-responsive-16by9 a.live:before {
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 7;
}
.embed-placeholder:before, .fancy.video:before {
    transition: all 0.2s ease-in-out 0s;
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background-image: url(../images/play-btn.png);
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 7;
}
.embed-placeholder.file:before, .fancy.file:before {
    background-image: url(../images/file-btn.png) !important;
}
.embed-placeholder.audio:before, .fancy.audio:before {
    background-image: url(../images/audio-btn.png) !important;
}
.embed-placeholder:hover:before {
    opacity: 0.4;
}
.embed-placeholder, .embed-responsive .fancy {
    width: 100%;
    display: block;
    position: relative;
}


.form-error-msg {
    display: none;
    color: #aa0000;
}

.invalid .form-error-msg {
    display: block;
}
img.optimal {
    width: auto;
    max-width: 100%
}

.embed-load-btn {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    position: absolute !important;
    display: inline-flex !important;
    z-index: 9;
    width: 10rem;
    height: 10rem;
    background: #fff;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    content: " ";
}

.embed-load-btn:after {
    border-top: 1.25rem solid transparent;
    border-left: 2rem solid var(--brand-darkblue);
    border-bottom: 1.25rem solid transparent;
    content: " ";
    width: 0;
    height: 0;
    margin-left: 0.4rem;
}
