.popin#editLogoPopin .popin-container {
    max-width: 65vw;
    max-height: 100vh;
    height: unset;
    overflow: auto;
    margin: auto;
    margin-top: calc(48vh - 400px);
    min-width: unset;
    opacity: 1;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

.popin#editLogoPopin .popin-body iframe {
    height: 700px;
}

.popin#editLogoPopin .popin-header {
    margin: 0;
}

.popin#editLogoPopin .popin-header .close {
    color: #003C9D;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: none;
    border: 0;
    opacity: 1;
}

.popin#editLogoPopin {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}
.popin#editLogoPopin .popin-overlay {
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.7;
    position: fixed;
}

@media screen and (max-width: 1100px) {
    .popin#editLogoPopin .popin-container {
        max-width: unset;
        width: 100vw;
        padding: 0px;
        max-height: 90vh;
        margin-top: 5vh;
    }

    .popin#editLogoPopin .popin-body iframe {
        height: 90vh;
    }
}