<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****************************
ISOTope
****************************/
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity,top,left;
        -moz-transition-property: -moz-transform, opacity,top,left;
        -ms-transition-property: -ms-transform, opacity,top,left;
        -o-transition-property: -o-transform, opacity,top,left;
        transition-property: transform, opacity,top,left;
    }

/*.grid.isotope {
    top:0;

}*/
</pre></body></html>