﻿body {
}

.banner_container {
    width: 100%;
    height: 300px;
    max-height: 300px;
    background-image: url("/png/ContactUs/bg-contact-us.webp");
    background-size: cover;
    background-position: center;
    background-position-y: 25%;
    text-align:start;
    color: white;
}

#banner-label{
    position:relative;
    width:25%;
    height:50%;
    top:75px;
    margin-left:8.5%;
    background-color: rgba(0,0,0,.5);
    border-radius:.5rem;
    padding:5px;
}

@media screen and (max-width: 1080px) {

    #banner-label {
        position: relative;
        width: 75%;
        height: 50%;
        top: 75px;
        margin-left: 12.5%;
        background-color: rgba(0,0,0,.5);
        border-radius: .5rem;
        padding: 5px;
    }
   
}