| .banner { | |
| background: url("https://media.cntraveler.com/photos/5db1d0dd11c1e500092e7133/master/pass/airbnb-ski-aspen-28328347.jpg") center center; | |
| height: 63vh; | |
| position: relative; | |
| } | |
| .banner__info { | |
| background-color: black; | |
| color: white; | |
| padding-top: 25vh; | |
| padding-left: 50px; | |
| padding-right: 50px; | |
| padding-bottom: 40px; | |
| width: 300px; | |
| } | |
| .banner__search { | |
| display: flex; | |
| flex-direction: column; | |
| } | |
| .banner__searchButton { | |
| background-color: white ; | |
| font-weight: 900 ; | |
| text-transform: inherit ; | |
| color: #ff7779 ; | |
| } | |
| .banner__info > button { | |
| background-color: #ff7779; | |
| color: white; | |
| text-transform: inherit; | |
| margin-top: 20px; | |
| font-weight: 600; | |
| } | |
| .banner__info > button:hover { | |
| background-color: white; | |
| color: #ff7779; | |
| } | |
| .banner__info > h5 { | |
| margin-top: 10px; | |
| } |