  /* Also for computifi mobile issue add below css  */


@media(max-width: 660px) {
  .fullwidthbanner-container{
    width: 100% !important;
  }

  /* /static/images/bg_particle.png add below class to the img tag which this path*/
  .particle-image{
    width: 100% !important;
  }

  /* /static/images/image_basement.png add below class to the img tag which this path*/
  .image_basement{
    width: 100% !important;
  }
  .banner-title{
    font-size: 30px !important;
  }

  /* /static/images/girl_v2.png
/static/images/girl_v3.png
/static/images/girl_v1.png
/static/images/man_v1.png add below class to the img tag which this path*/
  .landing-images{
    display: none !important;
  }
}