<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* vimeo pushbox */
#vimeoModal .modal-dialog {
  position: relative;
  display: table;
  overflow: auto;
  width: auto;
  min-width: 300px;
}
#vimeoModal .modal-body { 
  overflow-x: auto !important;
  max-width: 90vw !important;
}
#vimeoModal .modal-header .close,#vimeoModal .modal-header .close:focus {
	opacity: 1;
    color: #fff;
    font-size: 50px;
    padding: 10px 0;
	outline:none;
	font-weight:100;
}
#vimeoModal .modal-header .close:hover{
	color:#09f;
	text-shadow: 0 1px 0 #09f;
}
#vimeoModal .modal-header { border:none; }
#vimeoModal .modal-content,#vimeoModal .modal-body { background-color:transparent;border:none;padding:0; }
@media(max-width:767px){
	#vimeoModal .modal-body {
		padding:1rem;
	}
	#vimeoModal .modal-body  iframe {
		width:100%;
		margin-top:-30%;
	}
}
</pre></body></html>