#Modern-Light {
  top: 15% !important;
  position: fixed;
  top: 50%;
  left: 47%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100000000;
  width: 100%;
  height: auto;
  display: none;
  }
#Modern-Light h1 {
    color: #000;
	background-color:#4FC3CD;
	padding:10px;
    position: absolute;
    top: -90px;
    left: 50px;
    font-size: 18px;
    letter-spacing: -1px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    z-index: 20; }
#Modern-Light p {
    position: absolute;
    left: 80px;
    top: -90px;
	color:#FFFFFF;
    background: #E54675;
    padding: 29px;
    padding-top: 90px;
    font-family: "Noto Sans", sans-serif; }
#Modern-Light .exit {
    position: absolute;
    top: -46px;
    right: 44px;
    color: #fff;
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
    font-weight: 900;
    padding: 6px;
    z-index: 100 !important;
    letter-spacing: 1px; }
#Modern-Light .exit::after {
      position: absolute;
      bottom: -4px;
      left: -4px;
      background: #000;
      content: "";
      height: 100px;
      width: 58px;
      -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
      -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
      -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
      z-index: -1; }
#Modern-Light .exit:hover {
      color: #000; }
#Modern-Light .exit:hover::after {
      height: 2px; }

