@media (max-width: 991px) {
	.my-custom-parallax {
		min-height: 31vw !important;
	}
	
	.my-custom-parallax .parallax-background {
		background-size: 100% !important;
	}
}

@media (max-width: 991px) {
        #header.header-effect-shrink .header-logo {
                width: auto !important;
        }
        #header .header-logo img {
                max-width: 150px !important;
                height: auto !important;
        }
}

 @media (max-width: 991px) {
        #header.header-effect-shrink .header-container {
                min-height: 75px !important;
        }
}

@media (max-width: 991px) {
        #header .header-nav-main nav > ul li a {
                font-size: 15px !important;
                line-height: 20px !important;
                padding: 10px 8px !important;
        }
}

@media (max-width: 991px) {
        .my-custom-parallax {
                min-height: 31vw !important;
        }

        .my-custom-parallax .parallax-background {
                background-size: 100% !important;
        }
}

.testimonial.testimonial-with-quotes blockquote:before {
    color: var(--primary) !important;
}
