/**
 * Theme Name: Vogelwijk
 * Description: A Child theme created for Vogelwijk
 * Author: Indigo Webstudio
 * Template: blocksy
 * Text Domain: blocksy
 */
.ct-header {

}
.ct-header:after {
    content: "";
    background: url(images/vogelwijk-bg.png);
    width: 336px;
    height: 395px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    background-size: cover;
    background-repeat: no-repeat;
}