#section-users #modal-home aside {
    background-image: url(../img/pd20-popup-home-1.jpg);
}

#section-users #modal-home aside {
    background-image: url(../img/pd20-popup-home-1.jpg);
}

#section-users aside {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: sticky;
    top: 0;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

#section-users .modal-body {
    padding: 0;
    height: 100%;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.fade.in {
    opacity: 1;
}

.modal-body {
    position: relative;
    padding: 15px;
}

#section-hero .pricebrick {
    margin-top: 20px;
}

.promo-label {
    box-sizing: border-box;
    display: inline-block;
    min-height: 30px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
    background: #FFB22F;
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 18px;
}

