/* Extra */
em {
	color:#3DA497;
    }

/* Image Card CSS */
div .image_card {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgb(245, 245, 250);
    border-radius: 10px;
}
    
div .image_card video {
    display: block;
    width: 100%;
    height: auto;
    max-width: 95%;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

div .image_card iframe {
    display: block;
    width: 100%;
    height: auto;
    max-width: 95%;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

div .image_card img {
    max-width: 95%;
    margin: 4px;
    border-radius: 5px;
    width: 100%;
    height: auto;
}

div .image_card h3{
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

div .image_card p{
    font-size: 85%;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

/* Image Card Wide CSS */
div .image_card_wide {
    max-width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgb(245, 245, 250);
    border-radius: 10px;
}

div .image_card_wide img {
    max-width: 95%;
    margin: 4px;
    border-radius: 5px;
    width: 100%;
    height: auto;
}
div .image_card_wide p{
    font-size: 85%;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

div .image_card_wide h3{
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}