﻿.image-bg {
    position: relative;
    width: 100%;
    height: 500px;
    background: url(/images/news/yt-3.png) no-repeat center center;
    /*    background: url(https://cemarmarble.com/wp-content/uploads/2021/09/standard-vein-cut-travertine-tile-ft-1.jpg) center center;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/images/slider-pattern.png");
    left: 0;
    top: 0;
    z-index: 1;
}


.image-bg h1 {
    font-size: 100px;
    color: #fff;
    position: relative;
    z-index: 2;
    text-shadow: 2px 2px #000;
    line-height: .9em;
}

@media screen and (max-width:800px){

    .image-bg h1 {
        font-size: 60px;

    }

}