


.card a img{
    width:90%;
    max-width:90%;
    height:auto;
    max-height:90%;
    padding:5px;
    background-color:#fff;
    border:1px solid #e5e5e5 ;
    transition:all .2s linear
}
.card a:hover img {
    border:1px solid #ff0000 !important;
}
/* .gallery a img:hover {
    border: solid 1px red;
} */
#gallery .swiper-container img {
    width: 100%;
    border-radius: 30px;
}
.fancybox-image, .fancybox-spaceball {
    border-radius: 20px;
}

