/* === === === LogoImage === === === */

.LogoImage {
  position: relative;
}

.LogoImage::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../Images/LogoImage/Overlay.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 101%;
}

.LogoImage-picture img {
  border-radius: 50% 50% 0 50%;
}
