
#home-header-course .courseVisual,
#page-header-course .courseVisual {
        background-image: url("../../images/mainVisual-lg.png");
} 

@media screen and (max-width:991px) {
  #home-header-course .courseVisual,
  #page-header-course .courseVisual {
      background-image: url("../../images/mainVisual-sm.png");
    }
}

@media screen and (max-width:767px) {
  #home-header-course .courseVisual,
  #page-header-course .courseVisual {
      background-image: url("../../images/mainVisual-xs.png");
    }
}

.conIlContributoDi h5 {
    margin-bottom: 40px;
}

/*.padding-top {
  padding-top: 50px;
}*/

.banner img {
 max-width:300px;
 padding:10px;
 background-color:rgba(255,255,255,0.75);
}

#home-header-course .courseVisual {
  position:relative;
}

.infoTable .tableECM .tableBox .tableRow {
  flex: 1;
}

#layoutLarge .lezione h2.lessonTitle {
    font-size:32px;
    line-height:40px;
   padding-left: 72px;
}
   
  #layoutLarge .lezione h2 span {
        font-size:32px;
        line-height:1;
  }

  #layoutLarge .lezione h2.lessonNumber {
    width:72px;
    top:12px;
  }

  .infoTable .tableECM .tableBox .tableRow .tableContent.discipline p{
    font-size:13px;
    line-height:20px;
  }

  #colonnaMinore .lezione h2 span {
    font-size:24px;
  }

  .infoProf +   .infoProf{
    margin-top:12px;
  }

  .boardScientifico .infoProf .profNome{
    line-height: 1.1;
  }

  /*.indiceCorso .lnkLezione{
    pointer-events: none;
    filter: grayscale(0.5);
  }

  .indiceCorso .lnkLezione:hover {
    cursor:default;
  }*/

    /*Disattivazione video per pubblicazione a cadenza mensile*/
    /*#LeftContent_rptChapter_rptSubChapter_0_rptLessons_0_pnlWrapperLesson_8 
     {
      pointer-events: none;
      filter: grayscale(0.6);
      opacity: 0.6;
    }*/