#classpix td
{
vertical-align:top;
text-align:center;
}

#classpix img 
{
border-style:none;
width:150px;
display:block;
margin:auto;
transition: opacity 1s ease-in-out;
}

img {
transition: opacity 1s ease-in-out;
}

/* THIS FILE FINALLY WORKS! - 5may21 */

/* Detect iPad or iPhone, show bigger buttons (added 26feb22) */
@media (hover: none){
   button {
      font-size: 30px;
   }
}
.buttondiv {
   padding: 10px;
}

