.move-top-image:hover {
  cursor: pointer;
}

.move-bottom-image:hover {
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .move-top-image {
    position: fixed;
    right: 3.125vw;
    bottom: min(12.417vw, 100px) !important;
    z-index: 999;
    width: 6.25vw;
    min-width: min(8.25vw, 30px);
    height: 6.25vw;
    min-height: min(8.25vw, 30px);
  }

  .move-bottom-image {
    position: fixed;
    right: 3.125vw;
    bottom: min(3.125vw, 30px);
    z-index: 999;
    transform: rotate(180deg);
    width: 6.25vw;
    min-width: min(8.25vw, 30px);
    height: 6.25vw;
    min-height: min(8.25vw, 30px);
  }
}

@media screen and (max-width: 1920px) and (min-width: 961px) {
  .move-top-image {
    position: fixed;
    right: 3.125vw;
    bottom: 7.292vw !important;
    z-index: 999;
    width: 3.125vw;
    min-width: 2.344vw;
    height: 3.125vw;
    min-height: 2.344vw;
  }

  .move-bottom-image {
    position: fixed;
    right: 3.125vw;
    bottom: 3.125vw;
    z-index: 999;
    transform: rotate(180deg);
    width: 3.125vw;
    min-width: 2.344vw;
    height: 3.125vw;
    min-height: 2.344vw;
  }
}

@media screen and (min-width: 1921px) {
  .move-top-image {
    position: fixed;
    right: 3.125vw;
    bottom: 7.25vw !important;
    z-index: 999;
    width: 60px;
    min-width: 3.125vw;
    height: 60px;
    min-height: 3.125vw;
  }

  .move-bottom-image {
    position: fixed;
    right: 3.125vw;
    bottom: 3.125vw;
    z-index: 999;
    transform: rotate(180deg);
    width: 60px;
    min-width: 3.125vw;
    height: 60px;
    min-height: 3.125vw;
  }
}