.av-no-scroll {
    margin-right: 17px;
    overflow: hidden;
}
#av-bg {
    position: fixed;
    background-color: #000;
    opacity: 0.82;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
}
#av-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
}
#av-header {
    height: 58px;
    text-align: center;
}
#av-close {
    color: #fff;
    margin: 10px 21px;
    font-size: 25px;
}
#av-close:hover {
    text-decoration: none;
    font-weight: bold;
}
#av-download {
    margin-top: 15px;
    background-color: #000;
    border: 1px solid #000;
}
#av-download:hover {
    background-color: #0078d7;
    border: 1px solid #0078d7;
}
#av-name {
    display: inline-block;
    color: #fff;
    position: relative;
    top: 13px;
    margin-right: 15px;

    max-width: 30%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.av-nav {
    position: absolute;
    top: 50%;
    font-size: 13px;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    padding: 9px;
    line-height: 21px;
    cursor: pointer;
    width: 39px;
    text-align: center;
    margin-top: -20px;
}
.av-nav:hover {
    background-color: #0078d7;
}
.av-inactive {
    opacity: 0;
    cursor: default;
}
#av-prev {
    left: 10px;
}
#av-next {
    right: 10px;
}
#av-content {
    /*margin-left: 55px;
    margin-right: 55px;*/
    padding: 0 5px;
    margin: 0 auto;
    height: calc(100vh - 58px);
    max-width: 1000px;
    text-align: center;
}
#av-iframe {
    width: 100%;
    height: 100%;
}
.av-iframe-white {
    background-color: white;
}
.av-content-text {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin-top: calc(30vh - 60px);
}
.av-content-download {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    margin-top: 15px;
}
.av-content-download:hover {
    color: #0078d7;
}
.av-content-item {
    margin-top: calc(50vh - 40px);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: calc(90vh - 60px);
    max-width: 100%;
}
video.av-content-item {
    padding-left: 50px;
    padding-right: 50px;
}
.attachments-list > li {
    overflow-wrap: anywhere;
}