@import url("https://pro.fontawesome.com/releases/v5.15.4/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree&family=Nunito+Sans:opsz,wght@6..12,300&display=swap');
.vlkwhis {
  max-width: 600px;
  height: auto;
  box-sizing: border-box;
  background: #ffffff00;
  margin: auto;
  position: relative;
  padding: 20px;
}
.vlkwhishead {
margin: auto;  
padding-top: 30px;
padding-bottom: 30px;
max-width: 450px;
max-height: 200px;
}
.vlkwhispic {
max-width: 450px;
height: 200px;
}
.vlkwhispost {
  color: #9c9c9c;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Bai Jamjuree';
  line-height: 30px;
  font-size: 16px;
  padding: 20px;
}
.vlkwhisinfo {
  color: #bababa;
  display: relative;
  font-family: 'Bai Jamjuree', serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;  
  padding-bottom: 10px;
}
.vlkwhisic {
  color: #666999;
  font-size: 12px;
  display: inline-block;
  padding: 2px;
  margin-left: 10px;
}
.vlkwhisbox {  
  -moz-transition: all ease-in-out 3s; 
  -webkit-transition: all ease-in-out 3s; 
  -o-transition: all ease-in-out 3s; 
  text-align: center;
  text-transform: uppercase;
  height: 10px;
  transition-delay: 2s;
  transform: rotate(0deg);
  color: #8fbc8f;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  font-size: 12px; 
  letter-spacing: 8px;
  text-shadow: 1px 1px 1px #000;
}
.table:hover .vlkwhisbox {
     opacity: 1;
     transition-delay: 2s;
}
@keyframes vlkwhis {
     0% {color: #c7c7c7; filter:blur(0px);}
     50% {color: #c7c7c7; filter:blur(1.5px);}
     100% {color: #c7c7c7; filter:blur(0px);}
}
#vlkwhispulse {
     animation: vlkwhis 5s infinite;
}
