
.modal-themevk {
    max-width: 100%;
}

.modal-themevk.is-fixed {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-themevk .ctools-modal-content {
    width: auto;
}

.modal-themevk .modal-header {
    padding: 10px 18px;
}

.modal-themevk .ctools-modal-content .modal-content {
    min-height: 100px;
    padding: 18px;
    width: auto;
    overflow: hidden;
}

.modal-themevk .ctools-modal-content .modal-content #modal-throbber {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
}

.modal-themevk .ctools-modal-content .modal-content .modal-throbber-wrapper {
    text-align: center;
}

.modal-themevk .ctools-modal-content .modal-content .modal-throbber-wrapper img {
    margin: 0;
    vertical-align: top;
}