/* Homepage about image framing */
.hero-title-break{
  display: inline;
}

.home-scroll-ring{
  translate: none;
  rotate: none;
  scale: none;
  transform: translate3d(0, 0, 0) rotate(162.174deg) scale(2);
}

.home-circle-text{
  letter-spacing: 6.5px;
}

.about-copy__paragraph{
  text-align: justify;
}

.about-note{
  font-size: .86rem;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.mil-about-photo .mil-img-frame{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border-radius: inherit;
}

.home-portrait-frame{
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  overflow: hidden;
}

.mil-about-photo .mil-img-frame img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.home-portrait-frame img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

.home-work-orbit-1{
  top: 300px;
  right: -100px;
}

.home-work-orbit-2{
  left: 150px;
}

@media (max-width: 576px){
  .mil-about-photo .mil-img-frame{
    min-height: 300px;
  }
}
