
div.lead_g-page {
    min-height: 1100px;
    min-width: 380px;
}

div.nurturing-page {
    min-height: 1150px;
    min-width: 380px;
}

div.case_s-page {
    min-height: 850px;
    min-width: 380px;
}

div.lead_g-container {
    top: 108px;
    min-height: 950px;
    height: calc(100% - 108px);
    width: 60%;
    left:3%;
    right: auto;
    font-size: 100%;
    min-width: 360px;
}

div.nurturing-container {
    left:3%;
    right: auto;
    width: 60%;
    font-size: 100%;
    min-width: 360px;
}
div.case_s-container {
    left:3%;
    right: auto;
    width: 60%;
    font-size: 100%;
    min-width: 360px;
}

div.lead_g-opacity {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    min-height: 1100px;
    background-color: rgba(255, 255, 255, 0.5);
}
div.nurturing-opacity {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

div.case_s-opacity {
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}
