.feedparent {
    display: flex;
    flex-wrap: wrap;
}

.feedcontainer {
    margin: 0 0 4em 0;
}

.feedcontainer h4 {
    font-size: 1.7em;
    line-height: 1em;
    font-family: "Merriweather" !important;
}

.feedcontainer h5 {
    font-size: 1.5em;
    line-height: 1em;
    font-family: "Brown Pro" !important;
}

.feedimagecontainer {
    aspect-ratio: 16/9;
    width: 100%;
}

.feedimage {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.feedtitle {
    height: fit-content;
    margin: 1em 0 3em 0;
}

.readmorelinkcontainer {
    bottom: 0;
    position: absolute;
    white-space: nowrap;
}

.buttonicon {
    height: 2em;
    vertical-align: middle;
    width: 2em;
}
@media (max-width: 950px) {
    .thinwall{
        width: 85% !important;
        margin-left: 7.5%;
    }
    .feedtitletext {
        font-size: 2.5em !important;
        line-height: 1.1em !important;
    }
    .feedcontainer h5 {
    font-size: 2em;
    }
}
@media only screen and (orientation: portrait){
    
}

@media only screen and (max-width:950px) and (max-height:950px) and (orientation:portrait){
    .feedcontainer:not(:last-child) {
        margin: 3em 0 0 0;
    }
    
    .feedcontainer:last-child {
        margin: 3em 0;
    }
    
    .feedtitle {
        
    }
    
    .feedcontainer h4 {
        
    }

    .buttonicon {
        
    }

    .feedimagecontainer {
        aspect-ratio: 2/1;
    }
}