﻿.museum-logo.desktop_show {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
}

.museum-logo.desktop_show .museum-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.museum-logo.desktop_show .museum-letter {
  font-size: 2.5rem;
  font-family: "Times New Roman", Times, serif;
  color: #ffffff;
  line-height: 1em;
}

.museum-logo.desktop_show .museum-btn {
  background-color: #e30613;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  border: none;
  border-radius: 999px;
  padding: 0.5rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.museum-logo.desktop_show .museum-btn:hover {
  background-color: #b1050f;
  color: #ffffff;
}


.evolution.m46 {
  position: relative;
  overflow: hidden;
  padding: 9rem 0
}

.evolution.m46 .mod__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.evolution.m46 .mod__overlay figure {
  width: 100%;
  height: 100%;
  margin: 0;
}

.evolution.m46 .mod__overlay figure div {
  width: 100%;
  height: 100%;
}

.evolution.m46 .mod__overlay figure div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transform-origin: center;
  transition: transform 0.4s ease;
}

.evolution.m46 .mod__overlay:after {
  content: "";
  background: rgba(0, 0, 0, 0.33);
  display: block;
  inset: 0;
  position: absolute;
  z-index: 1;
}

.evolution.m46 .col-text {
  position: relative;
  z-index: 2;
  font-style: italic;
}

body .evolution.m46 .col-text p {
  margin: 0;
}

.evolution.m46 .col-text .h1 {
  font-size: clamp(2.4rem, 4vw + 1rem, 4.5rem);
}

.evolution.m46 .col-text .h2 {
  font-size: clamp(1.6rem, 2.5vw + 0.8rem, 2.5rem);
}

.evolution.m46 .col-text .h1,
.evolution.m46 .col-text .h2 {
  font-family: 'roboto', sans-serif;
  color: #fff;
}

@media (max-width: 991px) {
  .evolution.m46 {
    padding: 2rem 0
  }

  .evolution.m46 .mod__overlay figure div img {
    transform: scaleX(-1);
  }
}