Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .sqs-gallery-design-grid .slide {
- position: relative;
- }
- .sqs-gallery-design-grid .slide:hover a {
- background-color: #000;
- z-index: 100;
- }
- .sqs-gallery-design-grid .slide:hover img {
- opacity: 0!important
- }
- .sqs-gallery-design-grid .slide .image-slide-title {
- position: absolute;
- opacity: 0;
- -webkit-transform: translatey(0);
- -ms-transform: translatey(0);
- bottom: 40%;
- transition: .2s all ease;
- -webkit-transition: .2s all ease;
- color: #fff;
- font-size: 30px!important;
- visibility: hidden;
- }
- .sqs-gallery-design-grid .slide:hover .image-slide-title {
- -webkit-transform: translatey(50%);
- -ms-transform: translatey(50%);
- bottom: 50%;
- visibility: visible;
- opacity: 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment