
@media only screen and (max-width: 1250px) {
       
}
@media only screen and (max-width: 992px) {
   
}

@media only screen and (max-width: 768px) {
    .pp-advanced-menu-mobile-toggle.hamburger {
    margin: -98px 0 0 0px;
    position: absolute;
    right: 20px;
}

}
@media only screen and (max-width: 575px) {
    .teamNameBehind {
    background-color: #F2F2F2;
    height: 190px;
    display: none;
}

}
@media only screen and (max-width: 480px) {
    

}
@media only screen and (max-width: 375px) {
    

}