.about_banner{position:relative;width:100%;height:300px;background-size:cover;background-position:50%;background-repeat:no-repeat;animation:fadeIn 1.3s ease-in-out}@media (max-width:1250px){.about_banner{height:400px}}@media (max-width:1000px){.about_banner{height:300px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.h1-container,.p-container{background-color:rgba(0,0,0,.7);padding:.5rem;margin-bottom:.75rem;display:inline-block;width:auto}.h1-container h1,.p-container p{margin:0}