.div-block {
  background-image: url('../images/bwbkg.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-2 {
  background-image: url('../images/Asset-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20vw;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    width: 30vw;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    width: 40vw;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    background-image: url('../images/bwbkg-rotate.jpg');
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-2 {
    background-image: url('../images/Asset-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50vw;
  }
}
