.main-section {
    padding-top: 15px;
}

.thumnbail-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.thumnbail-row:last-child {
    margin-bottom: 0;
}

.thumbnail-img {
    height: auto;
    display: block;
    width: 100%;
}

.thumbnail-notch {
    position: absolute;
    height: 18px;
    top: 0;
    right: 0;
}

.two-third {
    position: relative;
    flex: 2;
}

.one-third {
    position: relative;
    flex: 1;
}

.thumnbail-row a:hover {
        transform: scale(1.005);
}

/* ^^^ THE FLEX: 2 FLEX: 1 THING WORKS BUT ITS UP TO YOU TO MAKE SURE THE IMAGES ARE THE CORRECT 1/3 2/3 RATIO IF YOU WANT THEM TO BE THE SAME HEIGHT^^^ */