/* icon */
.icon-wrapper .icon-external::after {
    position: relative;
}
.icon-external::after, .icon-external::before {
    top: -0.08em;
}

.gallery-item-caption-disclaimer {
  display: block;
  font-size: 14px;
  color: var(--sk-glyph-gray-secondary);
  font-weight: 400;
  margin-top: 0.75em;
}

.section-health .section-intro{
    padding-bottom: 160px;
}

@media (max-width:1068px){
    .section-health .section-intro{
        padding-bottom: 128px;
    }
}

@media (max-width:734px){
    .section-health .section-intro{
        padding-bottom: 103px;
    }
}

.section-battery .stats .stat-value{
    line-height: 1.1;
}

.section-health .glass-container .glass-screen {
    left: 79px;
}

@media (max-width:1068px){
    .section-health .glass-container .glass-screen {
        left: 71px;
    }
}

@media (max-width:734px){
    .section-health .glass-container .glass-screen {
        left: 38px;
    }
}

/* health */
.section-health .glass-container {
    --video-start: 40vh;
}

@media (max-width: 1068px) {
    .section-health .glass-container {
        --video-start:41vh
    }
}

@media (max-width: 734px) {
    .section-health .glass-container {
        --video-start:44vh
    }
}