I have been focusing on optimizing the banner below the navigation menu on this website. My goal is to make it responsive so that the player in the banner remains visible even when scaling down to iPhone size portrait.
You can find the code for this section in the CSS snippet below:
.tp-page-header {
background-image: url("../images/page-header.jpg");
background-repeat: no-repeat;
padding-bottom: 20px;
padding-top: 20px;}
Here is the link to the website:
The banner appears under each sub-menu link, except for the home page which has a slider. I'm uncertain whether adjustments need to be made in the CSS code or if changes should be applied in the HTML similar to how the top banner is handled.
I've attempted some modifications in the HTML, but without success.
If making the banner responsive proves difficult, I can always resort to using an image color or a CSS color as the background. However, it would be ideal if the banner could respond and scale accordingly.
Thank you