.page1 .bottom-part .back .background-shadow,
.page1 .bottom-part .see-more .background-shadow {
  transition: all 300ms ease-out;
  top: 0;
  left: 0;
}

.page1 .brick {
  transition: all 300ms ease-out;
}

@media screen and (min-width: 1060px) {
  .page1 .brick:hover {
    margin-top: -2vh;
  }
  .page1 .bottom-part .back:hover .background-shadow,
  .page1 .bottom-part .see-more:hover .background-shadow {
    left: -0.5vw;
    top: -0.5vw;
    width: 3.7vw;
    height: 3.7vw;
  }
}
