?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/numerik/wp-content/plugins/blackdsn-helper-plugin/modules/fjGallery/
Upload File :
Current File : /home/rankinh/numerik/wp-content/plugins/blackdsn-helper-plugin/modules/fjGallery/fjGallery.css

.fj-gallery {
    position: relative;
    overflow: hidden;
    -webkit-transition: .2s height ease-in-out;
    transition: .2s height ease-in-out;
}
.fj-gallery::after {
    content: "";
    display: block;
    clear: both;
}
.fj-gallery .fj-gallery-item {
    float: left;
    top: 0;
    left: 0;
    -webkit-transition: .2s -webkit-transform ease-in-out;
    transition: .2s transform ease-in-out;
}
.fj-gallery .fj-gallery-item > img {
    display: block;
    width: 100%;
    height: auto;
}