.lightboxView-navBtn { margin: auto; position: absolute; right: 19px; top: 10px; background: transparent; border-radius: 8px; opacity: 0.7; width: 25px; flex-direction: column; display: flex; &:hover { opacity: 1; } } .lightboxView-tabBtn { margin: auto; position: absolute; right: 54px; top: 10px; background: transparent; border-radius: 8px; opacity: 0.7; width: 25px; flex-direction: column; display: flex; &:hover { opacity: 1; } } .lightboxView-paletteBtn { margin: auto; position: absolute; right: 89px; top: 10px; background: transparent; border-radius: 8px; opacity: 0.7; width: 25px; flex-direction: column; display: flex; &:hover { opacity: 1; } } .lightboxView-penBtn { margin: auto; position: absolute; right: 124px; top: 10px; background: transparent; border-radius: 8px; opacity: 0.7; width: 25px; flex-direction: column; display: flex; &:hover { opacity: 1; } } .lightboxView-exploreBtn { margin: auto; position: absolute; right: 159px; top: 10px; background: transparent; border-radius: 8px; opacity: 0.7; width: 25px; flex-direction: column; display: flex; &:hover { opacity: 1; } } .lightboxView-frame { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 1000; .lightboxView-contents { position: absolute; color: black; } .lightboxView-navBtn-frame { position: absolute; .lightboxView-navBtn { margin: auto; position: relative; background: transparent; border-radius: 8px; opacity: 0.7; width: 35px; &:hover { opacity: 1; } } } }