@media screen and (max-width: 700px){
  .myCustomCoverImage{
    width: 100vw;
    height: 30vw;
    min-height: auto !important;
    object-fit: contain;
  }
  
  .myCustomCoverImage img{
    height: auto !important;
  }
}
.underline-link h3 a {
  text-decoration: underline;
}
