.modal-open {
    padding-right: 0px !important;
}

.modal {
    text-align: center;
}

#position-global_top iframe {
    max-height: 200px;
    margin-bottom: -5px;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

@media (max-width: 576px) {
    .column-image-wrap {

    }

    #position-global_top iframe {
        max-height: 119px;
    }

    .modal-dialog { max-width: none; }
}

.modal-dialog {
    width: 95%;
    height: 90%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    height: 99%;
    position: relative;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
    outline: 0;
}

.modal-header {
    padding: 15px;
    border-bottom: none;
}

button.modal-close {
    padding: 6px 10px;
    cursor: pointer;
    background: #fff;
    border: 0;
    -webkit-appearance: none;
    border-radius: 5%;
}

.modal-close {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    margin-bottom: 2px;
}

#position-global_top p {
    margin: 0px 0px -5px 0px;
    padding: 0px;
}

.top-container {
    background: #eee;
    width: 100%;
}

.global_top {
    padding: 0px;
    margin: 0px;
    border: none;
    text-align: center;
    background: #eee;
}

.aaaa {
    padding: 0px;
}

.kkkk {
    height: 100%;
}

#position-global_popup, #position-global_popup p {
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

@media (min-width: 768px) {

    .publication-sidebar_item__text:before {
        content: '';
        width: 100%;
        height: 84px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: linear-gradient(transparent, white 45px);
    }

    .modal-lg {
        width: 900px;
    }
    .modal-xl {
        width: 90%;
        max-width:1200px;
    }
}

.xs-mt-20 {
    margin-top: 20px;
}

.big-publication_img img {
    object-position: top;
}