.upa_logo_element_wrapper {
    max-width: var(--mg-small-ce-width);
    margin: 0 auto;
    position: relative;
}

.upa_logo_element_wrapper_modal {
    cursor: pointer;
}

.frame-type-gridelements_pi1-1 .upa_logo_element_wrapper,
.frame-type-gridelements_pi1-2 .upa_logo_element_wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.upa_logo_element {
    border: 2px solid var(--mg-primary-color-b-bright);
    position: relative;
    overflow: hidden;
    padding: 0 0 56.25% 0;
    background-color: #ffffff;
}

.upa_logo_element_image {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.frame-type-gridelements_pi1-11 .frame {
    padding: 0 0 30px 0;
}

.upa_logo_container {
    margin-bottom: -30px;
}

.upa_logo_element_icon_wrapper {
    content: "";
    top: 0;
    right: 0;
    background-color: #efefef;
    z-index: 10;
    position: absolute;
    padding: 4px;
    opacity: 0.6;
}

.upa_logo_element_link_icon,
.upa_logo_element_modal_icon {
    width: 18px;
    height: 18px;
    background-image: url(../Img/icons_v3.svg);
    background-position: -90px 0;
    background-size: 180px;
}

.upa_logo_element_modal_icon {
    background-position: -90px -36px;
}

.upa_logo_element_link {
    text-decoration: none;
}

.upa_logo_element_link:hover .upa_logo_element_icon_wrapper,
.upa_logo_element_modal:hover .upa_logo_element_icon_wrapper {
    opacity: 1;
}

.upa_logo_element_link:hover .upa_logo_element_description {
    color: var(--mg-primary-color-b-full) !important;
}

.upa_logo_element_description {
    padding: 15px;
    background: var(--mg-primary-color-b-bright);
    font-size: 14px;
}

@media (min-width: 1200px) {
    .frame-type-gridelements_pi1-11 .upa_logo_element_wrapper {
        max-width: 100%;
    }
}