.sipopup-infobtn,.sipopup-active {
  --sipopup-info-bgcolor: #000;
  --sipopup-info-color: #fff;
  --sipopup-info-height: 3.125rem;
  --sipopup-info-width: 3.125rem;
  --sipopup-info-pos-right: 1.25rem;
  --sipopup-info-pos-bottom: 1.25rem;
  --sipopup-info-mob-height: 3.125rem;
  --sipopup-info-mob-width: 3.125rem;
  --sipopup-info-mob-pos-right: 1.25rem;
  --sipopup-info-mob-pos-bottom: 5rem;
}

.sipopup-init [id^=lightcase-], .sipopup-init .lightcase-icon-close {
    display: none !important;
}
.sipopup-init body {overflow: initial !important;}
html.sipopup-active #lightcase-case { transform: translate(0, -50%) !important; margin-top: 0 !important;  }
.sipopup-page, .sipopup-page body { height: 100%; }

.sipopup-template .sc-layout {
    margin:0;
    padding:0;
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}

.sipopup-template .sc-masterContainer {
    background-color: inherit;
    position: relative;
    z-index: 1;
    margin: 0;
    min-height: 100%;
    box-sizing: border-box;
    padding: 50px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sipopup-template .sc-masterContainer h1 {
    display: none;
}

.sipopup-template .sc-masterContainer h3 {
    font-size: 20px;
}

.sipopup-template .background-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

body > .sipopup-infobtn, .sipopup-active #lightcase-info {
    visibility: hidden;
    display: block;
    position: fixed;
    bottom: var(--sipopup-info-mob-pos-bottom);
    right: var(--sipopup-info-mob-pos-right);
    background-color: var(--sipopup-info-bgcolor);
    border-radius: 50%;
    height: var(--sipopup-info-mob-height);
    width: var(--sipopup-info-mob-width);
    box-sizing: border-box;
    font-family: serif;
    font-weight: bold;
    text-align: center;
    z-index: 500;
    transition: visibility .5s ease, scale ease-out .5s;
    transition-delay: 0.5s;
    padding: 0;
}

body.scrolled > .sipopup-infobtn {
    visibility: visible;
    transition: visibility .5s ease;
    transition-delay: 0.5s;
}

body > .sipopup-infobtn a, .sipopup-active #lightcase-info h4#lightcase-title {
    display: flex !important;
    height: 100%;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 28px;
    box-sizing: border-box;
    text-transform: none;
    margin: auto;
    font-family: serif;
    font-weight: bold;
    line-height: 32px;
    position: relative;
    background:none;
    top: auto;
    max-width: none;
    padding: 0;
    border-radius: 50%;
}

body > .sipopup-infobtn:hover {
    transform: scale(1.1);
}

body > .sipopup-infobtn a:hover {
    text-decoration: none;
}
body > .sipopup-infobtn svg, .sipopup-active #lightcase-info h4#lightcase-title svg {
    fill: var(--sipopup-info-color);
    height: 50%;
    margin: auto;
    /*transform: translateY(50%);*/
}

@media (min-width: 994px) {
    body > .sipopup-infobtn, .sipopup-active #lightcase-info {
        height: var(--sipopup-info-height);
        width: var(--sipopup-info-width);
        bottom: var(--sipopup-info-pos-bottom);
        right: var(--sipopup-info-pos-right);
    }
    .sipopup-template .sc-masterContainer h3 {
        font-size: 23px;
    }
}

header .eyecatcherBtn .sipopup-infobtn {
    height: 100%;
    display: block;
}

header .eyecatcherBtn .sipopup-infobtn a, header .eyecatcherBtn .sipopup-infobtn a:hover {
    text-decoration: none;
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    position: relative;
    padding: 2%;
    box-sizing: border-box;
}

.sipopup-active #lightcase-info {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 50%;
    right: auto;
    bottom: auto;
    text-align: center;
    box-sizing: border-box;
    visibility: visible;
    transform: translateY(-50%) translateX(-50%);
}

.otgs-development-site-front-end {
    display: none;
}

@media screen and (max-width: 640px) {
    html.sipopup-active:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
        position: absolute;
    }
}