.btn {
  border: none;
  background-color: inherit;
  cursor: pointer;
  display: inline-block;
}

.btn:hover {
    background-color: #fff;
    color: black;
}

.btn-blue { background-color: darkblue; color: white;}
.btn-red { background-color: red; color: white; }
.btn-green { background-color: green; color: white; }
.btn-active { background-color: darkblue; color: white;}
.btn-primary { background-color: darkblue; color: white;}

clamp(minimum, preferred, maximum);

.module-news .paragraphs .img-responsive { 
object-fit: contain !important; object-position: 7px; 
} 
.heading-image { 
padding-bottom: 25%; 
}
 .module-events .paragraphs .img-responsive { 
object-fit: contain !important; object-position: 7pxt; 
} 
.heading-image { 
padding-bottom: 25%; 
}
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
/* 1x1 Aspect Ratio */
.intrinsic-container-1x1 {
  padding-bottom: 100%;
}
.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}