@media screen and (max-width: 415px) {
/* LOGIN */
    .loginPage {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: lightgrey;
        width: 100%;
        /* height: 100vh; */
    }
    .contLogin {
        padding: 15px;
        border: 1px solid black;
        border-radius: 10px;
        background: white;
        width: 80%;
    } 

    .vertical img {
        width: 50%;

    }
/* MENU */

menu {
  display: none;
}
 
/*
menu ul li {
    width: 100%;
    z-index: 1100;
  }

 menu ul li:first-child {
    display: block;
  }
} */

#menumobile {
  display: flex;
}

#menumobile ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  cursor: default;
  width: 20px;
}

#menumobile ul li {
  width: 100%;
  /* height: 20px; */
  z-index: 1100;
}

#menumobile ul li:hover {
  color: white;
}


/* HEADER */
header,footer {
  width: 100%;
  height: 100px;
  background: lightsteelblue;
}

header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#logoContainer {
  display: none !important;
}

/* #logoContainer img {
  width: 0;
  height: 0;
} */

/* .switchLangSlider {
  width: 100px;
} */

#courseFilter {
  width: 130px;
}
/* CORSO */

.vertical {
  flex-direction: column;
}

.containerListaCorso {
  width: 100%;
  height: 45vh;
}

.mediaItem {
  width: 100%;
  height: 45vh;
}

.contFieldSet {
  flex-direction: column;
}

.courseListItems {
  min-height: 45vh;
}



}