/* temporary CSS to make vimeo thumbnails appear at correct ratio */

body.gallery .assets-container .asset.asset-video img {
  height: 100%;
  object-fit: cover;
}

/* To override the transparency of the link set slideshow module background*/

.owl-stage-outer {
    background: rgba(164,164,164,0)!important;
} 

/* ends */
