.row.tutorial-list {
    max-width: 1200px;
}

.row.tutorial-listtutorial-item {
    font-size: 1.6rem;
}

.poster-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.poster-content .title {
    position: absolute;
    bottom: 25%;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 210px;
    text-align: center;
}
.poster-content img{
    cursor: pointer;
}
.poster-content .text-yellow {
    color: #FFD200;
}

.poster-content .text-purple {
    color: #B2BBFF !important;
}

.poster-content .text-green {
    color: #B9D373;
}

.poster-content .text-red {
    color: #FF6046;
}
.poster-content .text-pink {
    color: #FF0065 !important;
}
.poster-content .text-blue {
    color: #2517A9 !important;
}

.download-pdf,
.show-video {
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
}

#tutorialModal .btn-close, #tutorialModalVertical .btn-close{
    position: absolute;
    right: 0rem;
    top: -5rem;
    color: #101010;
    font-size: 2rem;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    display: initial !important;
    top: 0;
    left: 0;
    max-height: 602px;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-9by16::before {
    padding-top: 177.77777778%;
}
@media only screen and (min-width: 768px) {
    #tutorialModal .modal-dialog{
        top: 60%;
    }
    #tutorialModal .modal-content{
        width: auto;
        max-width: 970px;
    }
    #tutorialModalVertical .modal-content{
        min-width: auto;
        width: 360px;
        height: 640px;
    }
}