#odyssey-title{
	font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 20px;
}
#odyssey-modal .modal-body{
	padding: 1.5rem;
}
#odyssey-modal .modal-content{
	height: 94vh;
}

#odyssey-modal iframe{
	height: 100%;
}

.center-modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#odyssey-modal .modal-dialog{
	max-width: 53%;
}

#odyssey-modal .modal-header{
	padding: 1rem!important;
}

.modal-backdrop.fade.show{
	opacity: 0.8!important;
}

#odyssey-modal .modal-body > div {
  width: 100%;
  height: 76vh;
}