/* main responsive rules */
@media (max-width: 980px) {

    .home .content-area.bottles {
        min-height: 800px;
	    background-image: url(/wp-content/uploads/2024/09/black_label_3bottles.jpg);
	    background-repeat: no-repeat;
	    background-position-x: 60%;
	    background-position-y: 90%;
	    background-size: 300px;
	}

	.welcome-tagline {
	    margin-top: 1.5em;
	    font-size: 2rem;
	}
}