/* ----------------------------------------------
 * Generated by Animista on 2020-2-3 11:57:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


/* Front page welcome sections*/


/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */

img.f4grid,
h3.gallery_text {
    position: relative;
    animation: animatebottom 3s;
    -webkit-animation: animatebottom 3s;
}

@keyframes animatebottom {
    from {
        bottom: -150px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

img.img-fluid.f4grid:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
    filter: alpha(opacity=100);
    width: 90%;
    opacity: 1;
    height: 90%;
}