@media only screen and (max-width: 1300px) {
    .horse-showcase{
        width: 100%;
    }

    .content-grid{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .col-left{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
    }

    .hero-img{
        width: 90%;
        height: fit-content;
        align-self: center;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .goldtrim{
        width: 90%;
    }

    .female{
        width: 90%;
    }

    .col-right{
        width: 80%;
    }
    
    .video-links{
        justify-content: center;
    }

    iframe{
        width: 80%;
        height: 15rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 1024px) {
    .horse-showcase{
        width: 100%;
    }

    .content-grid{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .col-left{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
    }

    .hero-img{
        width: 90%;
        height: fit-content;
        align-self: center;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .hero-img img{
        object-fit: contain;
        align-self: end;
    }

    .goldtrim{
        width: 90%;
    }

    .female{
        width: 90%;
    }

    .col-right{
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .horse-show{
        width: 90%;
        align-items: center;
    }

    .horse-show h3{
        text-wrap: pretty;
    }

    .info{
        width: 90%;
        text-wrap: pretty;
    }

    .img-gallery-stal{
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .gallery-img{
        margin: .5rem;
    }

    .video-links{
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    iframe{
        width: 80%;
        height: 15rem;
        margin-bottom: 1rem;
    }

    #primary-btn{
        margin-left: 0;
    }

    #enquire{
        align-items: center;
    }
}

@media only screen and (max-width: 850px) {
    .horse-showcase{
        width: 100%;
    }

    .content-grid{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .col-left{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
    }

    .hero-img{
        width: 90%;
        height: fit-content;
        align-self: center;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .hero-img img{
        object-fit: contain;
        align-self: end;
    }

    .goldtrim{
        width: 90%;
    }

    .female{
        width: 90%;
    }

    .col-right{
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .horse-show{
        width: 90%;
        align-items: center;
    }

    .horse-show h3{
        text-wrap: pretty;
    }

    .info{
        width: 90%;
        text-wrap: pretty;
    }

    .img-gallery-stal{
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .gallery-img{
        margin: .5rem;
    }

    .video-links{
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    iframe{
        width: 100%;
        height: 15rem;
        margin-bottom: 1rem;
    }

    #primary-btn{
        margin-left: 0;
    }

    #enquire{
        align-items: center;
    }

    .img-gallery{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 650px) {
    .horse-showcase{
        width: 100%;
    }

    .content-grid{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .col-left{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-img{
        width: 90%;
        height: fit-content;
        align-self: center;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .hero-img img{
        object-fit: contain;
        align-self: end;
    }

    .goldtrim{
        width: 90%;
    }

    .tagline{
        font-size: 0.8rem;
        width: 90%;
    }

    .lineag div{
        width: 7rem;
        height: 5rem;
        margin: 0;
        margin-left: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .immediate{
        margin-right: 0.5rem;
        margin-left: 1rem;
    }

    .mothername{
        margin-right: 0.5rem;
        margin-left: 1rem;
        width: 6rem;
    }

    .f_details{
        width: 100%;
    }

    .lineag h4{
        width: 5rem;
    }

    .lineag{
        padding: 0;
        width: 100%;
    }

    .lineag .two{
        padding: 0;
        width: 8rem;
    }

    .content-wrap{
        width: 100%;
    }
    .content-wrap h4{
        font-size: 0.7rem;
    }
    .content-wrap p{
        font-size: 0.7rem;
    }

    .lineag .gen2{
        font-size: 0.7rem;
        width: fit-content;
    }

    .lineag .gen2{
        max-width: 5rem;
    }

    .female{
        width: 90%;
    }

    .col-right{
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .horse-show{
        width: 90%;
        align-items: center;
    }

    .horse-show h3{
        text-wrap: pretty;
    }

    .info{
        width: 90%;
        text-wrap: pretty;
    }

    .img-gallery-stal{
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .gallery-img{
        margin: .25rem;
    }

    .video-links{
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    iframe{
        width: 80%;
        height: 10rem;
        margin-bottom: 1rem;
    }

    #primary-btn{
        margin-left: 0;
    }

    #enquire{
        align-items: center;
    }

    .img-gallery{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}


