

@media (max-width: 1399px) {
    .paddock__card .picture img {
        width: 150%;
    }
}

@media (max-width: 1199px) {
    .headstall { position: relative; }
    .headstall .brandmark { margin: 0; font-size: 20px; }

    .bar {
        display: flex;
        margin-left: auto;
        margin-top: 5px;
    }

    .bar.active { position: relative; opacity: 2; }

    .headstall .trail{
        position: absolute;
        left: 0; right: 0; top: 100%;
        z-index: 1000;
        background: #2A2E2B;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 16px 0;
        margin: 0;
        transform: scaleY(0);
        transform-origin: top;
        opacity: 0;
        pointer-events: none;
        transition: transform .2s cubic-bezier(.2,.8,.2,1), opacity .2s ease;
    }

    .headstall .trail.active{
        transform: scaleY(1);
        opacity: 1;
        pointer-events: auto;
    }

    .headstall .trail .trail__one { margin: 0 0 12px 0; }
    .headstall .trail .trail__one a { color: #F7FAF5; font-size: 18px; text-decoration: none; }

    h1, h2 {
        margin-bottom: 20px;
    }

    .paddock__card .picture img {
        width: 180%;
    }
}

@media (max-width: 991px) {
    .paddock__card {
        margin-bottom: 30px;
        padding: 20px;
    }

    .paddock .row > div:last-child .paddock__card {
        margin-bottom: 0;
    }

    .paddock__card .picture {
        height: 350px;
    }

    .paddock__card .picture img {
        width: 110%;
    }

    .paddock__card p:first-child {
        margin-bottom: 10px;
    }

    .byre .picture img {
        width: 175%;
    }

    .murmurs .picture {
        height: 300px;
        margin-bottom: 20px;
    }

    .murmurs p {
        margin-bottom: 10px;
    }

    .duo-askform .askform__input:first-child {
        margin-bottom: 20px;
    }

    .tailbarn .row div:nth-of-type(3) .trail .trail__one {
        margin-bottom: 10px;
        justify-content: center;
    }

    .tailbarn .row div:nth-of-type(3) .trail .trail__one:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .herd__card {
        text-align: center;
    }

    .herd__card .picture {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .paddock__card .picture img {
        width: 135%;
    }

    .byre .picture img {
        width: 185%;
    }

    .waystone__card {
        margin-bottom: 20px;
    }
    
    .waystone .row div:last-child .waystone__card {
        margin-bottom: 0;
    }

    .tailbarn .brandmark {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .tailbarn .trail .trail__one {
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .tailbarn .trail .trail__one:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    section {
        padding: 40px 0;
    }

    .paddock__card .picture {
        height: 200px;
    }
    
    .byre__info {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin-right: 0;
        transform: none;
        padding: 0;
    }
}