﻿dialog {
    width: 100%;
    height: 100%;
}


#content {
	background: #222; 
	position:relative;
    width: 100%;
    height: 100%;
}

model-viewer {
    width: 100%;
    height: 100%;
    aspect-ratio: 0.7;
    background-color: #222;
}

::part(default-ar-button) {
    transform: scale(1.5);
    top: 2.3em;
    left: 2.3em;
}

.modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
	cursor:pointer;
	background: #222;
    padding: 5px 10px;
    border: 1px solid white;
    outline: none;
    color:white;
}

.col-12 .frame-layout-61 + .frame-layout-62 {
    margin-top: 0;
}

.black-bg .col-12.col-md-6:nth-child(2) {
    /*background-color: red;*/
    position: relative;
}

.frame-layout-62 {
    position: absolute;
    top: 0;
    left: 6px;
}

model-viewer::part(default-progress-bar) {
    background-color: #009aa3;
}

.show {
    font-size: 16px;
    font-size: 1.6rem;
	/*transform:translateY(-180px);*/
	border:none;
	/*outline:1px solid white;*/
	padding: 42px 0 0 0;
    /*width: 105px;*/
    background: #222222f5;
    color: #999;
	cursor:pointer;
    /*float:right;*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 134 134'%3E%3Cpath d='M110.7 86.75a4.17 4.17 0 1 0-4.74-6.83L70.83 104.5V69.04l33.34-20v17.63a4.2 4.2 0 0 0 4.16 4.16 4.2 4.2 0 0 0 4.17-4.16v-25q.09-.6 0-1.21v-.3a4 4 0 0 0-.54-1l-.21-.29a3 3 0 0 0-1.04-.83L69.04 17.21a4.2 4.2 0 0 0-3.75 0l-25 12.5a4.18 4.18 0 1 0 3.75 7.41L66.67 25.5l33 16.67-33 19.62-39.54-23.7a4.17 4.17 0 0 0-6.3 3.58v41.66c0 1.37.68 2.64 1.8 3.42l41.66 29.17h.21l.25.2h.2a3.7 3.7 0 0 0 3.42 0h.21l.25-.2h.21zm-81.53-37.7 33.33 20v35.45L29.17 81.17z' style='fill:%23999999;fill-rule:nonzero'/%3E%3Cpath d='M12.5 37.5a4.2 4.2 0 0 0 4.17-4.17V16.67h16.66a4.2 4.2 0 0 0 4.17-4.17 4.2 4.2 0 0 0-4.17-4.17H12.5a4.2 4.2 0 0 0-4.17 4.17v20.83a4.2 4.2 0 0 0 4.17 4.17M120.83 8.33H100a4.2 4.2 0 0 0-4.17 4.17 4.2 4.2 0 0 0 4.17 4.17h16.67v16.66a4.2 4.2 0 0 0 4.16 4.17 4.2 4.2 0 0 0 4.17-4.17V12.5a4.2 4.2 0 0 0-4.17-4.17m0 87.5a4.2 4.2 0 0 0-4.16 4.17v16.67H100a4.2 4.2 0 0 0-4.17 4.16A4.2 4.2 0 0 0 100 125h20.83a4.2 4.2 0 0 0 4.17-4.17V100a4.2 4.2 0 0 0-4.17-4.17m-87.5 20.84H16.67V100a4.2 4.2 0 0 0-4.17-4.17A4.2 4.2 0 0 0 8.33 100v20.83A4.2 4.2 0 0 0 12.5 125h20.83a4.2 4.2 0 0 0 4.17-4.17 4.2 4.2 0 0 0-4.17-4.16' style='fill:%23999999;fill-rule:nonzero'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: top center;
    background-size: 40px;
}

.show:hover {
    color: #ffffff;
}

.slidisvideo {
    background-color: #222;
}

/* // Breakpoints */

/*@media (orientation: landscape) {
    model-viewer {
        height: 80vh;
        width: auto;
        max-height: 40em;
    }
}
*/

@media only screen and (max-width: 680px) {
.frame-layout-62 {
    top: 0;
    left: auto;
    /*bottom: 30%;*/
    right: 0;
}
}