.background-image-div{width:auto;height:100vh;background-image:url(/home-banner.png);background-size:cover;background-position:50%;background-repeat:no-repeat}@media (max-width:768px){.background-image-div{height:auto}}.parent-hover{border-radius:5px;position:relative;transition:box-shadow .3s ease}.parent-hover:hover{cursor:pointer;box-shadow:0 4px 20px hsla(0,0%,100%,.5)}.parent-hover:hover .shadow-md{box-shadow:0 4px 20px rgba(255,0,0,.5)}