#wc_3d_main { max-width: 100%; width: 100%; height: 100%; }
#wc_3d, #wc-3d-wrapper { width: 100%!important; height: 100%!important; }
.loaderhtml { background: rgba(0,0,0,0); }
.wc_downloads { list-style: none; margin: 0; padding: 0; }
.wc_downloads li { padding: 5px; border-bottom: 1px solid #eee; }

.wc_3d_hover_image { background: #fff; position: absolute; width: 100%; height: calc(100% - 45px); top: 0; z-index: 1; overflow: hidden; display: none; }
.product-category.product:hover .wc_3d_hover_image, .product-category.product:focus .wc_3d_hover_image  { display: block; }
.wc_3d_hover_image img { position: absolute; top: 0; left: 0; }