.owl-carousel .item img {
    width: 100%;
}

.owl-carousel-item-text {
    text-align: center;
}

.owl-carousel-item-imgtitle {
    font-size: 22px;
}

.owl-carousel-item-imgoverlay {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    bottom: 0px;
    width: 100%; 
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.owl-carousel .item:hover .owl-carousel-item-imgoverlay {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
}

/*
playback timings (ms):
  captures_list: 0.737
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.012
  esindex: 0.017
  cdx.remote: 11.489
  LoadShardBlock: 225.285 (3)
  PetaboxLoader3.datanode: 291.142 (4)
  PetaboxLoader3.resolve: 198.521 (2)
  load_resource: 323.514
*/