.articleImg {
    object-fit: contain;
    margin: 2.5vh 0 0;
    height: unset;
    max-height: 640px
}

.londonPostImg {
    top: 0px;
    background-image: url(\images\london-christmas\bonnie_zeng_Regent_St_2.webp)
}

.londonSectionTitle {
    font-weight: 700;
    font-size: 32px;
    display: block;
    text-align: left
}

#londonLinkTitle {
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 3.2px
}

#london1,
#london2 {
    width: 37.5vw
}

#london3,
#london4,
#london5,
#london6,
#london7,
#london8,
#london9,
#london10,
#london11,
#london12,
#london13,
#london14 {
    width: 25vw
}

#london1 {
    margin-left: 10vw;
    margin-right: 2.5vw
}

#london3,
#london4,
#london6,
#london7,
#london9,
#london10,
#london12,
#london13 {
    margin-right: 2.5vw
}

#london3,
#london6,
#london9,
#london12 {
    margin-left: 10vw
}

@media only screen and (max-width:429px) {
    .articleTitle {
        font-size: 36px
    }
    .articleImgWrapper {
        max-height: unset;
        flex-wrap: wrap;
        flex-direction: column
    }
    .londonSectionTitle {
        font-size: 20px
    }
    #london1,
    #london2,
    #london3,
    #london4,
    #london5,
    #london6,
    #london7,
    #london8,
    #london9,
    #london10,
    #london11,
    #london12,
    #london13,
    #london14 {
        object-fit: contain;
        margin: 1vh 10vw;
        width: 80vw;
        height: auto
    }
}

@media only screen and (min-width:429px) and (max-width:768px) {
    .londonSectionTitle {
        font-size: 32px
    }
    .articleImgWrapper {
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        max-height: unset
    }
    #specWrapper1 {
        object-fit: unset;
        margin: unset;
        width: unset;
        height: unset
    }
    #london1,
    #london2,
    #london3,
    #london4,
    #london5,
    #london6,
    #london7,
    #london8,
    #london9,
    #london10,
    #london11,
    #london12,
    #london13,
    #london14 {
        object-fit: contain;
        margin: 1vh 10vw;
        width: 80vw;
        height: auto
    }
}