#timer div span {
      color: #e53e26;
      display: block;
      font-size: .35em;
      font-weight: 400;
        text-shadow: none;
        margin-top: 8px;
           margin-bottom: 10px;

}

#timer {  
  font-size: 3em;
  font-weight: 800;
  color: #224a49;
  text-shadow: 3px 3px 0px #a9c9bb;
      font-family: Barlow Condensed;
      
  margin-bottom: 40px;
}


#timer div {
    display: inline-block;
    min-width: 90px;
    

}







.fs_img_header .stat_img_cont {
    background-size: contain !important;
    background-repeat: no-repeat;
}
.fs_img_header  {
margin-top: 30px;
}


.cws_custom_button {
  animation: animatebutton 0.7s linear 0s infinite alternate;

}


@-webkit-keyframes animatebutton {
  0%   {transform: scale(1);}
  100% {transform: scale(1.1);}
}


@media (max-width: 768px) {


#imageinfo .vc_column-inner {

        height: 400px;
  
}
.wpb_column .cws_vc_column-inner {
background-size: contain !important;
}

}