/* Expando boxes */
#expando-boxes > div > .fusion-layout-column > .fusion-column-wrapper {
    padding-bottom: 88% !important;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}
#expando-boxes .fusion-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 10% 30px;
    margin-bottom: 0 !important;
    display: flex;
    top: 0;
    align-items: flex-end;
    background: rgb(0,0,0,.3);
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.2) 45%, rgba(0,0,0,0) 100%);
}
#expando-boxes .fusion-title h2 {
    text-transform: none;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
}
#expando-boxes .fusion-title h2:before {
    display: none;
}
#expando-boxes .fusion-builder-row-inner {
    display: none;
}
#expando-boxes .fusion-builder-row-inner.pandora {
    margin: 0 20px 20px !important;
    width: 100%;
    max-width: 100% !important;
    display: flex !important;
    background: #f2f2f5;
}

#expando-boxes .fusion-builder-row-inner.pandora .fusion-layout-column {
    margin-top: 20px;
}

#expando-boxes .fusion-builder-row-inner.pandora .fusion-layout-column:first-child {
    align-self: normal;
}

#expando-boxes .fusion-builder-row-inner.pandora .fusion-layout-column:first-of-type .fusion-column-wrapper {
    background: none !important;
    margin-left: 20px;
}
#expando-boxes .fusion-builder-row-inner.pandora .fusion-layout-column:last-of-type .fusion-column-wrapper {
    margin-right: 20px;
}
#expando-boxes #close-icon {
    stroke: #ff690e;
    cursor: pointer;
    height: 2rem;
    width: 2rem;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 100;
}
.rtl #expando-boxes #close-icon {
    left: 5px;
    right: auto;
}
.expando-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    display: none;
}
.expando-btn > div {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.5);
    height: 100%;
}
.expando-btn div div {
    border: 1px solid #fff;
    text-align: center;
    padding: .825em;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
}