/* Set Ad dimensions */
/* For desktop */
#epaoads {
  position:relative; 
  float:left;
  width:728px; 
  height:90px; 
  margin:-6px 0 0 80px;
  overflow: hidden;
  }

#epaoads .fadeIn { animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* For mobile */
@media only screen and (max-width: 728px) {
  #epaoads { 
    width: 100%;
  }
}

#epaoads img.rounded {
  border-radius: 10px; /* Adjust to your desired roundness */
  
}
