@media (orientation: landscape) {
  body.mobile .modal {
    max-height: 85vh !important;
  }
}

body .modal {
    background: url(../images/window_border.png) no-repeat;
    background-size: 100%;
    max-width: 600px;
	height: 835px;
	padding: 19px;
}

body .blocker {
	background-color: rgba(0,0,0,0);
}

body.mobile .blocker {
    padding: 0;
    padding-top: 2em;
    max-width: 100vw;
}

body.mobile .blocker::before {
    display: none;
}

body.mobile .modal {
    max-width: 100%;
    max-height: 95vh;
    padding: 0;
    background: none;
    border: 2px solid #636261;
}

body.mobile .modal .background {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
}

.modal .youtube-iframe {
    width: 100%;
    height: 290px; 
}

body.mobile .modal .youtube-iframe {
    width: 100%;
    height: 167px; 
}

.modal .background {
    width: 552px;
    height: 794px;
    background-color: #000;
    opacity: 0.85;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    top: 24px;
    left: 24px;
    padding: 36%;
}

.modal .content {
    width: 100%;
    height: 794px;
    padding: 20px;
    overflow: auto;
}

body.mobile .modal .content {
    height: 100%;
}

body.mobile .modal .content h1.title {
    margin-top: -25px;
}

.modal .content h1.title {
	font-size: 17px;
    color: #E7BA00;
    width: 200px;
    height: 50px;
    margin: 0;
    margin-left: -100px;
    margin-top: -10px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    background: url(../images/menu_title.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding-top: 13px;
    z-index: 100;
}

.modal .content h3 {
    color: #E7BA00;
}

.modal .content h4 {
    color: #E7BA00;
    margin-bottom: 5px;
}

.modal .content p {
	font-size: 13px;
	margin-top: 0;
}

.modal .content li {
	font-size: 13px;
}

.modal .content code {
	white-space: nowrap;
    display: block;
    line-height: 20px;
    padding: 15px 4px 15px 4px;
    margin: 8px 0px 8px 0px;
    font-size: 12px;
    overflow-y: auto;
    background-color: #222;
    border: 1px inset #999;
}

#details-modal .content {
    text-align: center;
}

.experts-notes {
    text-align: left;
}

.experts-notes .author {
    font-size: 15px;
    float: right;
    line-height: 12px;
}

.experts-notes .author .desc {
    font-size: 10px;
    font-style: italic;
    max-width: 200px;
    display: block;
}
