@import '/Portals/_default/cross-styling.css';
@import '/Portals/_default/council-styles.css';
/*----------------------------------------------------------------------------*/
/* temp accent card styles */
    .accent-card h3 {
        margin-left: 1rem;
    }
   .accent-card  p {
        background-color: #f7f7f7;
        padding: 1.5rem 1rem 1rem;
        margin-top: -2.5rem;
        border-bottom: 0.25rem solid var(--brand-light-blue);
    }
img {
    max-width: 100% !Important;
    height: auto !IMPORTANT;
}
table.photo-frame img {
    border: 1px solid #eee;
}
/*Jimmy Tweaks feb 2022 */
.module-container.module-container__callout.module-container__callout-branded {
    max-width: 600px;
    margin: 0 auto !important;
}
.module-container.module-container__callout.module-container__callout-branded h2 {
    font-size: 1.7em;
}
.kofc .kofc__detail .etg-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media only screen (max-width: 360px){
  iframe {
  text-align:center;
  margin: 0 auto;
  max-width: 310px;

  }

}

.kofc-responsive-iframe {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.kofc-responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}












