.footer-mobile {
  position: absolute;
  top: 185vw;
}

/* For tablets: 2000 */
@media only screen and (min-width: 600px) {
  .footer-desktop {
    position: absolute;
    top: 68vw;
  }
}

/* For desktop - 2560 */
@media only screen and (min-width: 1366px) {
  .footer-desktop {
    position: absolute;
    top: 52.5vw;
  }
}

/* For 2K */
@media only screen and (min-width: 1921px) {
  .footer-desktop {
    position: absolute;
    top: 1380px;
  }
}