﻿
@media screen and (max-width: 768px) {
    .nodisplay {
        height: 20vh;
        background-image: url('../images/Newpageheader-09.png');
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat, repeat, no-repeat;
    }
}

@media screen and (max-width: 1044px) {
    .nodisplay {
        height: 300px;
        background-image: url('../images/Newpageheader-09.png');
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat, repeat, no-repeat;
    }
}


