.m13.enable-header-sticky #lastudio-header-builder .lahb-mobiles-view .lahb-row1-area {
position: absolute;
width: 100%;
top: calc(100vh - 80px);
}
.m13.enable-header-sticky #lastudio-header-builder .lahb-tablets-view .lahb-row1-area {
position: absolute;
width: 100%;
top: calc(100vh - 70px);
}
.m13.enable-header-sticky #lastudio-header-builder .lahb-desktop-view .lahb-row1-area {
position: absolute;
width: 100%;
top: calc(100vh - 90px);
}
.m13.enable-header-sticky #lastudio-header-builder.is-sticky .lahb-mobiles-view .lahb-topbar-area,
.m13.enable-header-sticky #lastudio-header-builder.is-sticky .lahb-tablets-view .lahb-topbar-area,
.m13.enable-header-sticky #lastudio-header-builder.is-sticky .lahb-desktop-view .lahb-topbar-area {
display: none;
}
.m13.enable-header-sticky #lastudio-header-builder.is-sticky .lahb-mobiles-view .lahb-row1-area,
.m13.enable-header-sticky #lastudio-header-builder.is-sticky .lahb-tablets-view .lahb-row1-area,
.m13.enable-header-sticky #lastudio-header-builder.is-sticky .lahb-desktop-view .lahb-row1-area {
top: 0;
}