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

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

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

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