.block-gallery{
	    background-image: url(https://pungdham.com/themes/9999/_images/bg-g-pung.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.incap-banner{ margin-bottom: 30px; display: inline-block; }
.incap-banner .inner{ position: relative;}
.incap-banner .boxDetail {
    position: unset;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    background-color: #00406c;
}
.incap-banner .boxDetail span {
    color: #fff;
    font-weight: 600;
    display: block;
    font-family: 'Kanit';
    font-size: 20px;
    text-align: center;    height: 47px;
}
.incap-banner .boxDetail .htitle{ letter-spacing: 0; font-size: 1.2rem;}
.incap-banner .boxDetail .htitle {
    color: #000;
    /* background-color: var(--main-bg-color); */
    display: initial;
    padding: 0 0px;
}


@media (max-width: 480px) {
.block-gallery {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}




}