#dispatcher h2 {
    font-size: 32px;
    border-top: 1px solid #000;
    padding: 10px 0;
    margin-bottom: 0;
}

#dispatcher .link:first-of-type h2{
margin-top: 30px;
}

#dispatcher h1 {
    margin-top: 0;
    margin-bottom: 50px;
}

#dispatcher .link:last-child h2 {
    border-bottom: 1px solid #000;
}

#dispatcher a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}

#dispatcher .link.level-1 a {
    padding-left: 40px;
}

#dispatcher .link.level-2 a {
    padding-left: 80px;
}

#dispatcher .link.level-3 a {
    padding-left: 120px;
}

#dispatcher .by-menu-data a {
    padding-left: 0 !important;
}

#dispatcher p:first-of-type{
    padding-top: 15px;
}

#dispatcher p a{
    text-transform: none;
}

#dispatcher .by-menu-data a.box_9to16 {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
#dispatcher .by-menu-data a.box_9to16:before {
    content: "";
    display: block;
    margin-top: 56.25%;
}
#dispatcher .by-menu-data a.box_9to16 img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: unset;
    display: inline-block;
}
#dispatcher .by-menu-data a.box_9to16 .youtube img,
#dispatcher .by-menu-data a.box_9to16 .vimeo img,
#dispatcher .by-menu-data a.box_9to16 .soundcloud img {
    min-width: 100%;
    height: auto;
    max-height: unset;
}
#dispatcher .by-menu-data a.box_9to16 .content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-items: center;
    align-items: center;
    text-align: center;
}
#dispatcher .by-menu-data a.box_9to16 .content > div{
    width: 100%;
    height: 100%;
}

#dispatcher .by-menu-data.tile-view {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    #dispatcher h2 {
        font-size: 22px;
    }
}