.ultra_gallery_oneUltra_imagesection{
	width:100%;
}

.ultra_gallery_thumbnails{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content:center;}

.ultra_gallery_oneUltra>hr{
	width:80%;
	margin-bottom:15px;
	margin-top:15px;}

.ultra_gallery_oneUltra_imagesection .ultra_gallery_image_with_text{
	width:196px;
	height:196px; 
	font-size:175%;
	float:left;
	margin-right:20px;}


.ultra_gallery_thumbnails .ultra_gallery_image_with_text{
	width:96px;
	height:96px;
	cursor:pointer;}

.ultra_gallery_image_with_text{
	display:inline-block;
	background-color:gray;
	position: relative;
	text-align: center;
	color: white;
	margin:2px;}

.ultra_gallery_image_with_text>img {
	width:100%;
	height:100%;}

.ultra_gallery_image_with_text>div {
	background-color:#1d1d1d;
	width:100%;	
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, -0%);
	text-align:center;}

.ultra_gallery_clearfix::after {
	content: "";
	clear: both;
	display: table;}


.ultra_gallery_oneUltra ul {
	list-style-position: inside;
	margin:0px;}

.ultra_gallery_oneUltra li {
	margin:0px;}


#ultra_gallery_initial {text-align:center;}
#ultra_gallery_initial p {margin-bottom:0px;}
.ultra_gallery_random {width:100%;text-align:center;}




.waviy {
  font-weight:bold;
	  text-transform: uppercase;
}


.waviy span {
  position: relative;
  display: inline-block;

  animation: flip 1s infinite;
  animation-delay: calc(.4s * var(--i))
}

@keyframes flip {
  0%,80% {
    transform: rotateY(360deg) 
  }
}













