.Vlog__Posts {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 80px;
    padding-bottom: 60px;
}

.Vlog__SinglePost {
    display: flex;
    flex-direction: column;
    gap: 24px;

    a {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    & .video-caption {
        width: 100%;
        padding: 0;
        text-align: justify;
        padding-bottom: 16px;
    }
}

.Vlog__SinglePost__Button {
    display: block;
    margin-left: auto;
    margin-top: auto;
}

@media screen and (min-width: 993px) {
    .Vlog__Posts {
        grid-template-columns: 1fr 1fr;
        column-gap: 32px;
        row-gap: 160px;
        padding-bottom: 100px;
    }
}

.VlogPost {
    padding-top: 24px;

    .aboutus {
        padding-bottom: 0;
    }

    .underline {
        margin-bottom: 0;
    }
}

.Vlog__Container {
    padding: 48px 12px;
}

.VlogPost__Title {

    h1,
    span {
        font-size: 32px;
    }

    .underline {
        margin-top: 16px;
    }
}

.VlogPost__Summary {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.VlogPost__Image {
    max-width: 100%;
}

.VlogPost__Text {
    display: flex;
    flex-direction: column;
}

.VlogPost__Button {
    margin-top: 32px;
    display: inline-block;
    align-self: flex-end;
}

.VlogPost__OtherPostsWrapper {
    padding-top: 80px;
    padding-bottom: 40px;
}

.VlogPost__OtherPostsWrapper h2 {
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 200;

    strong {
        font-weight: 600;
    }
}

.VlogPost__OtherPosts {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;

    .slick-prev:before,
    .slick-next:before {
        color: black;
    }
}

@media screen and (max-width: 1270px) {
    .VlogPost__OtherPosts .slick-arrow {
        display: none !important;
    }
}

.VlogPost__OtherPost {
    img,
    a {
        max-width: 100%;
    }
}

.VlogPost__AdditionalSections {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.VlogPost__Section {
    display: flex;
    flex-direction: column;
    gap: 32px;

    h2 {
        font-family: "bebas_neue", Arial, sans-serif;
        font-size: 48px;
        font-weight: 200;
        border-bottom: 2px solid #ddac23;
        padding-bottom: 8px;
        text-align: center;
        margin: 0 auto;
    }

    h3 {
        font-family: "bebas_neue", Arial, sans-serif;
        text-align: center;
        margin: 0 auto;
    }
}

.VlogPost__Section__Text p:last-of-type {
    margin-bottom: 0;
}

.VlogPost__Section__ImageWrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;

    img {
        width: 100%;
        object-fit: cover;
    }
}

.VlogPost__Section__SideImageText {
    font-family: "bebas_neue", Arial, sans-serif;
    display: flex;
    align-items: center;
    font-size: 34px;
    font-weight: 200;
    text-align: center;
    width: 100%;
    display: block;
}

.VlogPost__Section__BottomImageText {
    width: 100%;
    background: white;
    padding-top: 28px;
    text-align: center;

    h1,
    h2,
    h3 {
        padding-bottom: 20px;
        border: none;
        font-size: 36px;
        text-align: center;
        font-weight: 200;
        font-family: "bebas_neue", Arial, sans-serif;
    }
}

.VlogPost__Section__BottomImageText p:last-of-type {
    margin-bottom: 0;
}

.VlogPost__Section__ImageWrapper--left .VlogPost__Section__BottomImageText {
    right: 0;
}

.VlogPost__Section__ImageWrapper--right .VlogPost__Section__BottomImageText {
    left: 0;
}

@media screen and (min-width: 600px) {
    .VlogPost__OtherPost {
        max-width: calc(50% - 32px / 2);
    }
}

@media screen and (min-width: 993px) {
    .VlogPost {
        padding-top: 60px;
    }

    .VlogPost__Summary {
        flex-direction: row;
    }

    .VlogPost__ImageLink {
        width: 50%;
        display: block;
        flex-shrink: 0;
        height: fit-content;
    }

    .Vlog__Container {
        padding: 48px 16px;
    }

    .VlogPost__Section__ImageWrapper {
        img {
            height: 460px;
        }
    }

    .VlogPost__Section__SideImageText {
        width: 460px;
        position: absolute;
        transform: rotate(270deg);
        white-space: nowrap;
        text-align: left;

        strong {
            padding-left: 4px;
        }
    }

    .VlogPost__Section__ImageWrapper--left .VlogPost__Section__SideImageText {
        left: -276px;
        top: 212px;
    }

    .VlogPost__Section__ImageWrapper--right .VlogPost__Section__SideImageText {
        right: -276px;
        top: 212px;
    }

    .VlogPost__Section__BottomImageText {
        padding: 28px;
        width: 525px;
        text-align: left;
        margin-top: -60px;

        h1,
        h2,
        h3 {
            text-align: left;
        }
    }

    .VlogPost__Section__ImageWrapper--left .VlogPost__Section__BottomImageText {
        margin-left: auto;
    }

    .VlogPost__Section__ImageWrapper--right .VlogPost__Section__BottomImageText {
        margin-right: auto;
    }

    .VlogPost__Title {

        h1,
        span {
            font-size: 48px;
        }

        .underline {
            margin-top: 24px;
        }
    }

    .VlogPost__OtherPostsWrapper {
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .VlogPost__Socials {
        padding-bottom: 60px;
    }
}

@media screen and (min-width: 1271px) {
    .VlogPost__OtherPost {
        max-width: calc(25% - 32px * 3 / 4);
    }

    .VlogPost__Title {

        h1,
        span {
            font-size: 100px;
        }

        .underline {
            margin-top: 24px;
        }
    }
}