#cont-menu {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}

#menu {
    height: 100%;
}

#menu figure {
    width: 100%;
    height: 12rem;
    background-image: url('media/bgUsr.jpg');
}

h1,
h2,
h3,
h4,
h5,
h6 {
    width: 100%;
    text-align: center;
}