/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.1.1
Author:             Roots
Author URI:         https://roots.io/

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.viewport.initiatives .navs .initiative .inner .image {
    background-repeat: no-repeat;
    
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    margin: auto;
    left: 50%;
}

.he .viewport.initiatives .navs .initiative .inner .image {
    background-image: url(./dist/images/yozmot-sprite.png?v=1.0) !important;
}
