         body {

background:
radial-gradient(black 15%, transparent 16%) 0 0,
radial-gradient(black 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-color:#282828;
background-size:16px 16px;

  font-size: 14px;
  color: #fff;
width: 100% !important ;

}ul {
  position: fixed;
  top: 75%;
  left: 50%;
  width: 600px;
  margin-top: -25px;
  margin-left: -333px;
  list-style: none;
}
ul li {
  width: 24.4333%;
  display: inline-block;
  text-align: center;
}
ul li span {
  font-size: 42px;
  font-weight: bold;
}

  .buf {
    position: fixed;
    top: 70%;
    left: 50%;
    width: 600px;
    margin-top: -180px;
    margin-left: -307px;
    list-style: none;

}

@media only screen and (max-width: 1023px) {
  .buf {
    position: fixed;
    
    position: fixed;
    width: 401px;
    margin-top: -102px;
    margin-left: -210px;
    
  }
  ul {
    position: fixed;
    top: 70%;
    left: 43%;
    width: 100%;
    margin-top: -25px;
    margin-left: -350px;
    list-style: none;
  }
 
}
@media only screen and (max-width: 480px) {


  .buf {
    position: fixed;
    top: 0px;
    width: 100%;
    left: inherit;
    margin: 0 auto;
  }
  ul {
    position: relative;
    top: 70%;
    left: 0;
    width: 100%;
    
    margin: 0 auto;
  }

  ul li {
    width: 21%;
    display: inline-block;
    text-align: center;
  }

  ul li span {
    font-size: 32px;
    font-weight: bold;
  }

  .load {
  margin: 150px auto;
  width: 100px;
  height: 100px;
  /** height is required as absolute value **/

  border-radius: 100px;
  position:relative;
  animation: pulse 2000ms linear infinite;
  -webkit-animation: pulse 2000ms linear infinite;
  -moz-animation: pulse 2000ms linear infinite;
}
.thumbnails {
    margin: 0 auto;
    width: 15%;
    margin-left: 13%;
    /* position: fixed; */
}
}

@media only screen and (max-width: 738px) and (min-width: 560px) {


  .buf {
    position: fixed;
    top: 0px;
    left: -51%;
    width: 190%;
    list-style: none;
    margin: 0 auto;
  }
  ul {
    position: relative;
    top: 70%;
    left: 0;
    width: 100%;
    margin: 0 auto;
  }

  ul li {
    padding-left: 18%;
    width: 16%;
    display: inline-block;
    text-align: center;
  }

  ul li span {
    font-size: 32px;
    font-weight: bold;
  }

  .load {
  margin: 0 auto !important ;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  position:relative;
  animation: pulse 2000ms linear infinite;
  -webkit-animation: pulse 2000ms linear infinite;
  -moz-animation: pulse 2000ms linear infinite;
  }

  .thumbnails {
    margin: 0 auto;
    width: 10% ;
    margin-left: 17% ;
    
  }
}

div#info {
    align-items: center;
    margin: 5% 20%;
}


  .load {
  margin: 150px auto;
  width: 100px;
  height: 100px;
  /** height is required as absolute value **/

  border-radius: 100px;
  position:relative;
  animation: pulse 2000ms linear infinite;
  -webkit-animation: pulse 2000ms linear infinite;
  -moz-animation: pulse 2000ms linear infinite;
}
.thumbnails {
    margin: 0 auto;
    width: 15%;
    margin-left: 13%;
    /* position: fixed; */
}

.load i{
  position:absolute;
  top:28px;
  left:24%;
  color:white;
  text-shadow:-1px -1px #333;
}

.load:after,
.load:before {
  display: inline-block;
    margin: auto;
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: rgba(223, 203, 226, 0.08);
}

.load:after {
  z-index: -100;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}

.load:before {
  z-index: -200;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
  animation: inner-ripple 2000ms linear infinite;
}
/* outer ripple */


@keyframes pulse{
  0% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    transform: scale(1.1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    transform: scale(0.9);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}

@-moz-keyframes pulse{
  0% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    transform: scale(1.1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    transform: scale(0.9);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}

@-webkit-keyframes pulse{
  0% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    transform: scale(1.1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    transform: scale(0.9);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}


@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  80% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  80% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  80% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
/* inner ripple */

@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }

 }  
      

ul {
  position: fixed;
  top: 70%;
  left: 50%;
  width: 600px;
  margin-top: -25px;
  margin-left: -350px;
  list-style: none;
}
ul li {
  width: 24.4333%;
  display: inline-block;
  text-align: center;
}
ul li span {
  font-size: 42px;
  font-weight: bold;
}
