.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    width: 70vw;
}
.ebu-partner-modal .ebu-partner-modal-content {
    margin-top: 13%;max-width: 600px!important;
}

.ebu-partner-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.ebu-partner-modal-grid{
    display: inline-flex;
}

.ebu-partner-modal-name {

}

.ebu-partner-modal-name-title{
    color: #1c4098;

}

.ebu-partner-modal-description {
    margin-top: 10px;
    max-width: 600px;
    font-weight: 300;
}

.ebu-partner-modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.ebu-bio-modal, .ebu-faculty-modal, .ebu-partner-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    z-index: 10;
    background-color: rgba(28, 64, 152, 0.8);
    overflow-y: auto;
}

@media (min-width: 1024px) {
    .ebu-bio-modal .ebu-bio-modal__wrapper, .ebu-faculty-modal .ebu-faculty-modal__wrapper, .ebu-partner-modal .ebu-partner-modal-content {
        padding: 37px 100px 46px 80px;
    }
}
@media (min-width: 768px) {
    .ebu-bio-modal .ebu-bio-modal__wrapper, .ebu-faculty-modal .ebu-faculty-modal__wrapper, .ebu-partner-modal .ebu-partner-modal-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 40px;
    }
}
.ebu-bio-modal .ebu-bio-modal__wrapper, .ebu-faculty-modal .ebu-faculty-modal__wrapper, .ebu-partner-modal .ebu-partner-modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    width: 90%;
    max-width: 790px;
    padding: 30px 20px;
    border-radius: 6px;
    background-color: #fff;
    z-index: 2;
    margin-top: 13%;
}

@media (min-width: 1024px) {
    .ebu-bio-modal .ebu-bio-modal__close, .ebu-faculty-modal .ebu-faculty-modal__close, .ebu-partner-modal .ebu-partner-modal__close {
        width: 15px;
        height: 15px;
        top: 45px;
        right: 80px;
    }
}
@media (min-width: 768px) {
    .ebu-bio-modal .ebu-bio-modal__close, .ebu-faculty-modal .ebu-faculty-modal__close, .ebu-partner-modal .ebu-partner-modal__close {
        width: 25px;
        height: 25px;
        top: 40px;
        right: 40px;
    }
}
.ebu-bio-modal .ebu-bio-modal__close, .ebu-faculty-modal .ebu-faculty-modal__close, .ebu-partner-modal .ebu-partner-modal__close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 30px;
    right: 20px;
}

.ebu-bio-modal .ebu-bio-modal__close::after, .ebu-faculty-modal .ebu-faculty-modal__close::after, .ebu-partner-modal .ebu-partner-modal__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);

}

.ebu-bio-modal .ebu-bio-modal__close::after, .ebu-bio-modal .ebu-bio-modal__close::before, .ebu-faculty-modal .ebu-faculty-modal__close::after, .ebu-faculty-modal .ebu-faculty-modal__close::before, .ebu-partner-modal .ebu-partner-modal__close::before {

    position: absolute;
    width: 2px;
    height: 100%;
    top: 50%;
    left: 50%;
    background-color: #1c4098;
}
.socialNetworkShareIcons.active{background-color:#0bbbef}.socialNetworkShareIcons{width:36px;height:36px;position:absolute;top:10px;right:10px;border-radius:16px;padding:2px;background-color:#1c4098;cursor:pointer;text-align:start;z-index:5}.socialNetworkShareIcons svg{fill:#fff;width:100%;height:100%}.socialNetworkShareIcons .content{display:none;border-radius:6px;background-color:#1b4098;position:absolute;width:50px;margin:10px 0 10px -10px;z-index:2}.socialNetworkShareIcons .content svg{width:24px;height:24px}.socialNetworkShareIcons .content div{margin:16px 0 16px 14px}.socialNetworkShareIcons .content div:hover{transform:scale(1.15)}/*# sourceMappingURL=socialNetworkShareIcons.min.css.map */
