/* BASIC css start */
.home-landing-image {    
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
}
/* BASIC css end */

