/* img {
    width: 100%;
    height: 100%
} */

.bg-black {
    background: #000
}

.skill-block {
    width: 40%
}

@media (min-width: 991px) and (max-width:1200px) {
    .skill-block {
        padding: 32px !important
    }
}

@media (min-width: 1200px) {
    .skill-block {
        padding: 56px !important
    }
}

body {
    background-color: #eeeeee
}

/* Custom: Wide and scrollable course table */
.wide-course-table {
    min-width: 1800px;
}
.table-responsive {
    overflow-x: auto;
}

@media (max-width: 991px) {
  .table-responsive {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .wide-course-table {
    min-width: 900px;
  }
}