.full-screen-banner { position: relative; width: 100%; height: 100vh; /* Full viewport height */ background-image: url('//offeriing.com/cdn/shopifycloud/shopify/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c.gif'); background-size: cover; background-position: center; display: flex; justify-content: center; align-items: center; color: #fff; } .banner-content { text-align: center; } .banner-content h1 { font-size: 4rem; margin-bottom: 20px; } .banner-content p { font-size: 1.5rem; margin-bottom: 40px; } .btn { background-color: #000; color: #fff; padding: 10px 20px; text-decoration: none; font-size: 1.2rem; border-radius: 5px; transition: background-color 0.3s ease; } .btn:hover { background-color: #333; }