/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2025 | 09:16:53 */
.gpd-headshot-popup .ee-popup__header {
    padding: 0;
}

.gpd-headshot-popup .ee-popup__header h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.gpd-headshot-popup p {
    font-size: 18px !important;
}

@media (max-width: 767px) {
  .gpd-headshot-popup .ee-popup__header {
    width: 91%;
  }
}

@media (min-width: 651px) {
    .gpd-headshot-popup img.alignright {
        margin-left: 40px;
        margin-bottom: 30px !important;
    }
}

@media (min-width: 800px) {
    .gpd-headshot-popup img.alignright {
        margin-bottom: 0;
    }
}

@media (max-width: 650px) {
    .gpd-headshot-popup p {
        display: flex;
        flex-wrap: wrap;
    }

    .gpd-headshot-popup img {
        padding-bottom: 20px;
        /* width: 80%; */
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
  	.gpd-headshot-popup img {
    /*   object-fit: contain; */
      height: 100%;
/*       border: 2px solid red; */
    }  
  
}    