I found this response by Luca at https://www.ads-software.com/support/topic/plugin-cool-video-gallery-cannot-upload-preview-image-blank-transparent-black-screen?replies=5#post-3399332
It fixed the problem right up!
wp-content/plugins/cool-video-gallery/css/thickbox.css
#TB_window {
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
/*display:none;*/
text-align:left;
top:50%;
left:50%;
border: 1px solid #555;
-moz-box-shadow: rgba(0,0,0,1) 0 4px 30px;
-webkit-box-shadow: rgba(0,0,0,1) 0 4px 30px;
-khtml-box-shadow: rgba(0,0,0,1) 0 4px 30px;
box-shadow: rgba(0,0,0,1) 0 4px 30px;
}