/*
 Theme Name:   Sydney Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Sydney Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     sydney
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  SydneyChild
*/
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=100);
    opacity: 1;
}