.cont-morable {
  border-radius: .5rem;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .cont-morable {
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .cont-morable {
    border-radius: .3rem;
  }
}

@media screen and (max-width: 479px) {
  .cont-morable {
    border-radius: .3rem;
    height: 100vh;
  }
}


