* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html,
  body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #6e9995;
  }

  body.loading .show-after-delay {
    display: none !important;
    opacity: 0 !important;
  }

  .container {
    /* width: 100%;
    height: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.modal-content-container {
    display: flex;
    justify-content: center;
    align-items: center;
}


.modal-content-container img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	  height: 100%;
}

.modal-content-container video {
    width: 100%;
    max-width: 1300px;
}

@media screen and (orientation: landscape) {
  .modal-content-container {
    width: 70%!important;
    /* height: 100%; */
      /* width: 80% !important; */
  }

  /* .modal-content-container video {
      height: 100% !important;
      max-width: 1300px;
  } */
}
