#cms-header {
    .h5 {
        .schools-dropdown-wrapper {
            position: relative;

            .header--dropdown-wrapper {
                position: static;
            }

            #schoolsmenu {
                max-width: 450px;
                box-sizing: border-box;
                position: absolute;
                top: 50px;
                left: 0;
                right: unset;

                @media screen and (max-width: 960px) {
                    padding: 40px 15px;
                }

                li a {
                    display: block;
                    width: 100%;
                    white-space: normal;
                }
            }
        }
    }

}