.right {
    border: none;
    height: 100%;
    width: 80%;
    padding: 20px;
    padding-top: 60px;
}

.left {
    border: none;
    height: 100%;
    width: 20%;
    padding: 20px;
    padding-top: 60px;
}

.mockup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-evenly;
}

.mitem {
    border: 2px solid #C93771;
    width: 280px;
    height: 180px;
    margin: 10px;
    margin-top: 50px;
    image-rendering: pixelated;
    object-fit: cover;
}

.youtube_title {
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 0px;
}

.youtube_small {
    font-weight:lighter;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 12px;
}