/*======================================
Theme Name: Ruokangas 2022
Description: Ruokangas Child Theme
Version: 1.0
Author: Junnu
Author URI: https://junnu.fi/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */


/* Frame animation section styles */
.animation-half {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background: none;
    overflow: hidden;
}

.animation-overlay {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}