div.core_value_img{
    height: 0;
    padding-bottom: 41%;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

div.graphic{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px 30px 10px 30px;
    background-size: cover;
}

div.graphic.worship{
    background-image: url('vision/1_worship.png');
}

div.graphic.thewordofgod{
    background-image: url('vision/2_thewordofgod.png');    
}

div.graphic.prayer{
    background-image: url('vision/3_prayer.png');    
}

div.graphic.fellowship{
    background-image: url('vision/4_fellowship.png');    
}

div.graphic.ministry{
    background-image: url('vision/5_ministry.png');    
}