@media (min-width: 1200px) {
    #header-container {background-color: #262626;}
    .mobile {display: none;}
    .title {font-weight: 400;font-size: 45px;color: #a17254;text-align: center;}
}
@media (min-width: 765px) and (max-width: 1199px) {
    #contact-photo-background img{width: 100%;object-fit: cover;}
    .mobile{display: none;}
    .title {font-weight: 400;font-size: 35px;color: #a17254;text-align: center;margin-top: 35px;}
}
@media (min-width: 0px) and (max-width: 764px) {
    .mobile{width: 100%;}
    .original{display: none;}
    .title{font-weight:400;font-size:24px;color:#a17254;text-align:center;margin-top:30px}

}