

.modalClose{
    position: absolute;
    right: 5%;
    top: 5%;
}


.modal-md-fullscreen{
    width: 100vw !important;
    height: 100vh !important;
    margin: 0;
    top: 0;
    left: 0;
  }


  /* Media Query for Mobile Devices */
@media (max-width: 480px) {

    .modalClose{
        top: 3%;
    }

}
