.fes-featurebox {
    width: 50%;
    max-width: 1300px;
    float: left;
    position: relative;
    padding: .25em;
    max-height: 480px;
    overflow: hidden;
}

.fes-featurebox-storyimage img {
    max-width: 100%;
    display: block;
    padding: 0;
    margin: 0 auto !important;
    min-height: 400px;
    object-fit: cover;
}



.fes-featurebox-caption {
    top: 25%;
    padding: 2em;
    bottom: unset;
    position: absolute;
    background-color: rgba(0,0,0,.4);
    color: white;
    min-height: 180px;
    width: 100%;
}

.yalenew-wide .fes-featurebox-caption a,
.fes-featurebox-caption a {
    color: white;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
   /* font-family: 'Fauna One'; */
    font-weight: bold;
    font-size: 1.5em;
    text-decoration: none !important;
}

.yalenew-wide .fes-featurebox-caption p,
.fes-featurebox-caption p {
    display: none;
    color: white;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
    font-size: 1em;
    line-height: 1.7em;
    padding-top: 1em;
}


.fes-featureboxes-latest .fes-featurebox {
    width: 25%;
    height: 480px;
    margin-bottom: 1em;

}


.fes-featureboxes-latest  .fes-featurebox-storyimage {
    background-size: cover;
    background-position: center 0;
    width: 100%;
    height: 170px;
}

.fes-featureboxes-latest .fes-featurebox-caption {
    top: 33%;
    padding: .5em;
    width: 100%;
    min-height: 200px;
    background-color: white;
    line-height: 1em;
}

.fes-featureboxes-latest .fes-featurebox-caption a {
    font-size: .85em;
    display: block;
    min-height: 65px;
    font-weight: 600;
    color: black;
    text-shadow: unset;

}

.fes-featureboxes-latest .fes-featurebox-caption p {
    display: block;
    color: #222;
    text-shadow: unset;
    font-size: .7em;
    line-height: 1.7em;
    padding-top: 1em;
}

.uh-premiere-feature-block .fes-featurebox-image-credit,
.fes-featureboxes-latest .fes-featurebox-image-credit {

    font-size: small;
    font-style: italic;
    padding: .5em;
    line-height: 1em;
    color: rgba(255,255,255,0.4);

}

.uh-premiere-feature-block .fes-featurebox-image-credit {
    position: absolute;
    top: 0;
    left 0;
}

.fes-featureboxes-latest .fes-featurebox-author {
     position: absolute;
    width: 90%;
    bottom: 12px;
    font-size: small;
    font-style: italic;
    text-align: right;   
}

.fes-featureboxes-latest .date-display-single {
     position: absolute;
    width: 90%;
    bottom: 32px;
    font-size: x-small;
    font-style: italic;
    text-align: right;   
}

.fes-featureboxes-related .fes-featurebox {
    width: 25%;
    max-height: 240px;
}

.fes-featureboxes-related .fes-featurebox-caption {
    top: 20%;
    padding: 1em;
    min-height: 158px;
        width: 97%;

}

.fes-featureboxes-related .fes-featurebox-caption a {
    font-size: 1em;
}

@media only screen 
  and (min-width: 320px) 
  and (max-width: 619px) {
  
 .fes-featurebox {
    width: 100%;
 }
 
 
 
 .fes-featureboxes-latest .fes-featurebox,
 .fes-featureboxes-related .fes-featurebox {
    width: 100%;
        height: 410px;
    min-height: 410px;
        border-bottom: 1px solid #c8c8c8;

 } 
}
  
@media only screen 
  and (min-width: 620px) 
  and (max-width: 1200px) {
  
 .fes-featurebox {
    width: 50%;
 }
 
 .fes-featureboxes-latest .fes-featurebox,
 .fes-featureboxes-related .fes-featurebox {
        width: 50%;
       height: 380px;
    min-height: 380px;
 } 
}
@media only screen 
  and (min-width: 1201px) {
 .fes-featureboxes-related .fes-featurebox-caption a {
    font-size: .8em;
}
}