html { height:100%; }
body { height:100%; overflow:hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; }
div[style*="z-index: 2147483647"], div[style*="line-height: 150%"] {left: -9999rem!important;}
.position-absolute {position: absolute}
.d-flex {display: flex}
.d-none {display: none}
.justify-content-center {justify-content: center}
.align-items-center {align-items: center}
.w-100 {width: 100%}
.h-100 {height: 100%}
.start-0 {left: 0}
.end-0 {right: 0}
.top-0 {top: 0}
.m-3 {margin: 5rem}
.bg-dark-90 { background: #000c;}
.border {border: 1px solid #fff}
.close-btn { width: 1.4rem; margin: 1.5rem; cursor: pointer; opacity: .6; transition: .3s;}
.close-btn:hover {opacity: 1}

.show-image, .show-video {width: 80%; height: 75%}
.show-image img, .show-video video {border-radius: .25rem}
