.frame-backgroundimage-container,
.frame-backgroundimage {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.frame-backgroundimage-container {
    overflow: hidden;
}
.frame-backgroundimage-parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.frame-backgroundimage-blur {
    filter: blur(10px);
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: -20px;
    left: -20px;
}
.frame-backgroundimage-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.wco-container {
    position: relative;
}
.wco-container > .container{
    position: relative;
}
.wco-container > .container-fluid{
    position: relative;
}
.wco-imagebg {
    display: flex;
    align-items: center;
    min-height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
}
