/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
#gray-overlay-banner {
    background: #41414142;
    height: 690px;
    width: 100%;
    position: absolute;
    top: 0px;
}


@media all and (max-width: 768px) {
#gray-overlay-banner {
    top: 0;
}
}