/*
Theme Name: kamakura-inspiro
Theme URI: 
Version: 1.0
Author: Kanagawa Area
Template: inspiro
*/
/* @charset "UTF-8";*/

.has-header-image .custom-header-media:before, .has-header-video .custom-header-media:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: none;
    background-repeat: none;
    opacity: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.custom-header-media:after {
    background:none;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}