.banner{display:flex;justify-content:center;align-items:flex-end;position:relative;background:#3e3e3d}.banner .banner_background{width:100%;max-height:450px;background-position:center;background-repeat:no-repeat;opacity:.5;background-size:cover;object-position:top;overflow:hidden}.banner .banner_background img{width:100%;height:100%;object-fit:cover;background-position:center top}.banner .sqaure{width:10px;height:10px;background:#f1ac69;margin:15px;border-radius:50%}.banner .banner_title{display:flex;justify-content:center;align-items:center;flex-direction:column}@media(min-width:300px){.banner .banner_title{z-index:9;width:100%;position:absolute;padding:15px}}@media(min-width:768px){.banner .banner_title h1{font-weight:800;color:white;text-shadow:rgb(0 0 0 / 80%) 3px 6px;font-size:50px;text-transform:uppercase;letter-spacing:2px;text-align:center;margin:0;margin-bottom:.5rem;line-height:1.2}}@media(min-width:1200px){.banner .banner_title{z-index:9;width:990px;position:absolute}}@media(max-width:999px){.banner .banner_background{height:450px}}@media(max-width:767px){.banner .banner_title h1{font-weight:800;color:white;text-shadow:3px 6px rgb(0 0 0 / 80%);font-size:35px;text-transform:uppercase;letter-spacing:2px;text-align:center;margin-bottom:.5rem;line-height:1.2}}