h1 {
    font-size: 3rem;
}

.list-margin {
    margin-bottom: 16px;
}

.card .card-title,
.card p,
.card span {
    font-family: "ubuntu-medium", sans-serif !important;
}

.card h2.card-title {
    font-size: 1.88rem;
    margin: 6px 0;
}

.card p.card-description {
    margin: 0 !important;;
}

.card p.card-description {
    margin-bottom: 12px;
}

.bottom-margin {
    margin-bottom: 8px;
}

.badge.badge-margin {
    margin-right: 2px;
}

.course-block {
    margin-top: 10vh;
    margin-left: 0px !important;
    margin-right: 0px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    /*padding-right: 10px;*/
    /*padding-left: 10px;*/
    padding: 0px;
}

.play-active .main-panel {
    overflow-y: hidden;
}

.play-active .main-panel .content-wrapper {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.play-active .course-block {
    margin: 0 !important;
    height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: hidden;
}

.course-block .course-block-wrapper {
    margin-left: 0px !important;
    margin-right: 0px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;;
}

.play-active .course-block:not(.course-active) {
    display: none;
}

.play-active .course-block .course-block-wrapper {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.title-gif {
    margin-left: auto;
    margin-right: auto;
    max-height: 33vh;
    max-width: 33vh;
    display: block;
}

.title-gif-big {
    margin-left: auto;
    margin-right: auto;
    max-height: 33vh;
    max-width: 80vh;
    width: auto;
    height: auto;
    display: block;
}