.panel {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  /* Agar full screen chahiye to uncomment karo */
  /* height: calc(var(--real-vh, 1vh) * 100); */
}
