#productGalleryControls>div {
    position: relative;
}

#productGalleryControls .overlay {
    background-color: #2c3e50bd;
    cursor: pointer;
}

#productGalleryControls .overlay:hover {
    background-color: #2b3d4f7a;
}