Gallery

.rbs_gallery_62b32b69c9a38Spinner{
margin: 50px auto;
width: 50px;
height: 40px;
text-align: center;
font-size: 10px;
}
.rbs_gallery_62b32b69c9a38Spinner > div{
background-color: #333;
height: 100%;
width: 6px;
display: inline-block;
-webkit-animation: rbs_gallery_62b32b69c9a38-stretchdelay 1.2s infinite ease-in-out;
animation: rbs_gallery_62b32b69c9a38-stretchdelay 1.2s infinite ease-in-out;
}
.rbs_gallery_62b32b69c9a38Spinner .rbs_gallery_62b32b69c9a38Rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.rbs_gallery_62b32b69c9a38Spinner .rbs_gallery_62b32b69c9a38Rect3 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.rbs_gallery_62b32b69c9a38Spinner .rbs_gallery_62b32b69c9a38Rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.rbs_gallery_62b32b69c9a38Spinner .rbs_gallery_62b32b69c9a38Rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
@-webkit-keyframes rbs_gallery_62b32b69c9a38-stretchdelay {
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
20% { -webkit-transform: scaleY(1.0) }
}
@keyframes rbs_gallery_62b32b69c9a38-stretchdelay {
0%, 40%, 100% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
} 20% {
transform: scaleY(1.0);
-webkit-transform: scaleY(1.0);
}
}