UPDATE: Please see Update #3 below
Hi,
Thank you for your reply. This didn't seem to work. I tried adding in the code in the .parallax but still doesn't show up on mobile. Oh I see what you're trying to do, it may be because the text is missing that it doesn't show up the image on mobile?
Is there any other solutions I can try? Thank you
<div id="section-crypto" class="page-section">
<div class="section mb-0 pt-3 pb-0" style="background-color: #F4F4F4; margin-top: 150px; overflow: visible;">
<div class="shape-divider" data-shape="wave" data-height="150" data-outside="true" data-flip-vertical="true" data-fill="#F4F4F4"></div>
<div class="container">
<div class="row justify-content-center text-center mt-5">
<div class="col-lg-6">
<div>
<h3 class="fw-bolder h1 mb-4">We Love <span class="gradient-text gradient-horizon">Crypto</span>.</h3>
<p class="mb-5 lead text-black-50 fw-extralight">We are accepting most cryptocurrencies as payment for video production. Bitcoin (BTC), Ethereum (ETH), Solana (SOL), Cardano (ADA), XRP, DOT, ATOM, KDA, DOGE, SHIB, USDC / USDT, and much more including NFTs. <br>
We are one of the first production companies to successfully service productions strictly on cryptocurrencies.
</p>
</div>
</div>
</div>
</div>
<div class="d-flex justify-content-center position-relative">
<div class="parallax min-vh-40" style="background-image: url('images/crypto.jpg'); background-size: cover; background-position: center center;" data-bottom-top="width: 40vw" data-center-top="width: 100vw;">
</div>
<div class="shape-divider" data-shape="wave" data-position="bottom"></div>
</div>
</div>
</div>