.cursor-pointer {
  cursor: pointer;
}

.jfp-home-banner-logo img {
  width: 90%;
}

/* 1200px to 1399.9px */
@media screen and (max-width: 1399.9px) {
  .jfp-home-banner-logo img {
    width: 85%;
  }
}

/* 992px to 1199.9px */
@media screen and (max-width: 1199.9px) {
  .jfp-home-banner-logo img {
    width: 85%;
  }
}

/* 768px to 991.9px */
@media screen and (max-width: 991.9px) {
  .jfp-home-banner-logo img {
    width: 40%;
  }
}

/* 640px to 767.9px */
@media screen and (max-width: 767.9px) {
  .jfp-home-banner-logo img {
    width: 55%;
  }
}

/* 576px to 639.9px */
@media screen and (max-width: 639.9px) {
  .jfp-home-banner-logo img {
    width: 55%;
  }
}

/* 425px to 575.9px */
@media screen and (max-width: 575.9px) {
  .jfp-home-banner-logo img {
    width: 70%;
  }
}

/* 375px to 424.9px */
@media screen and (max-width: 424.9px) {
  .jfp-home-banner-logo img {
    width: 70%;
  }
}

/* 320px to 374.9px */
@media screen and (max-width: 374.9px) {
  .jfp-home-banner-logo img {
    width: 80%;
  }
}
