.foundry .banner > .banner {
    padding-bottom: 30px;
}

.foundry .banner > .banner .parbase.image.banner {
    overflow: visible !important;
}

.foundry .banner > .banner .parbase.video.banner {
    overflow: visible !important;
}

.foundry .banner > .banner .banner-links {
    position: relative;
    bottom: 0;
    width: 100%;
    max-width: 1400px;
    padding: 17px 55px 0;
    margin: 0 auto;
    display: flex;
    z-index: 10;
    justify-content: space-between;
    flex-direction: row;
    background-color: white;
}
.foundry .banner > .banner .banner-links .linkedin {
    width: 35px;
    height: 35px;
    background-image: url(../../images/linkedin-35x35.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9000px;
    position: relative;
    bottom: 6px;
    display: block;
}
.foundry .banner > .banner .banner-links .banner-links-right {
    display: flex;
}
.foundry .banner > .banner .banner-links .banner-links-right > div {
    margin-left: 10px;
}
.foundry .banner > .banner .banner-links > .plainlink {
    margin-left: 10px;
}
.foundry .banner > .banner .banner-links > div a {
    position: relative;
    padding: 7px 10px 7px 30px;
    font-size: 16px;
    color: #000000;
    border: 1px solid #cccccc;
    border-radius: 2px;
}
.foundry .banner > .banner .banner-links > div a:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
}
.foundry .banner > .banner .banner-links .register-link a:before {
    background-image: url(../../images/pencil-red.svg);
}
.foundry .banner > .banner .banner-links .login-link a:before {
    background-image: url(../../images/padlock-red.svg);
}
.foundry .banner > .banner .banner-links .gallery-link a:before {
    background-image: url(../../images/arrow-filled-right-red.svg);
}
.foundry .banner > .banner .banner-links .newsletter-link a:before {
    background-image: url(../../images/icon-mail-red.svg);
}
@media screen and (max-width: 900px) {
    .foundry .banner > .banner .banner-links {
        display: block;
        clear: both;
    }
    .foundry .banner > .banner .banner-links .banner-links-right {
        display: block;
    }
    .foundry .banner > .banner .banner-links .banner-links-right > div {
        margin-bottom: 10px;
    }
    .foundry .banner > .banner .banner-links .banner-links-right > div:last-child {
        margin-bottom: 0;
    }
    .foundry .banner > .banner .banner-links {
        justify-content: space-between;
    }
    .foundry .banner > .banner .banner-links div {
        margin-left: 0;
    }
    .foundry .banner > .banner .banner-links .banner-links-right {
        margin-left: 0;
    }
    .foundry .banner > .banner .banner-links .banner-links-right div {
        margin-left: 0;
        margin-right: 10px;
    }
    .foundry .banner > .banner .banner-links .banner-links-right div a {
        display: block;
    }
}
@media screen and (max-width: 800px) {

}
@media screen and (max-width: 650px) {
    .foundry .banner > .banner .banner-links {
        padding: 10px;
    }
}
@media screen and (max-width: 600px) {
    .foundry .banner > .banner .banner-links > div a {
        display: block;
        border-bottom: 0;
    }
    .foundry .banner > .banner .banner-links > div:last-child a {
        border-bottom: 1px solid #cccccc;
    }
}

.cq-wcm-edit.foundry .banner > .banner .banner-links {
    display: block;
    position: absolute;
    bottom: -260px;
}
.cq-wcm-edit.foundry .banner > .banner .banner-links > div {
     margin-top: 10px;
}
.cq-wcm-edit.foundry .banner > .banner .banner-links:after {
    content: "";
    display: table;
    clear: both;
}
.cq-wcm-edit.foundry > .banner .parbase.banner .parbase.banner-image {
    margin-bottom: 220px;
}

.cq-wcm-edit.foundry > .banner .parbase.banner .parbase.banner-video {
    margin-bottom: 220px;
}
.cq-wcm-edit.foundry .banner:after {
    content: "";
    display: table;
    clear: both;
}




