
.headshot {
	flex-shrink: 0;
	margin: 20px;
	height: calc(150px + 6vw);
	width: calc(150px + 6vw);
	border: calc(8px + 0.2vw) solid transparent;
	background-origin: border-box;
	background-clip: content-box, border-box;
	background-size: cover;
	box-sizing: border-box;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.headshot-1 {
	border-radius: 30%;
}

.headshot-2 {
	border-radius: 50%;
}

.headshot-3 {
	border-radius: 50% 10%;
}

/*@media (max-width: 768px) {*/
/*    .tool-wrapper {*/
/*        flex-direction: column;*/
/*        background-position: top center;*/
/*        padding: 10px;*/
/*    }*/
/*    .tool-content {*/
/*        width: 100%;*/
/*        margin: 0 auto;*/
/*        padding: 20px;*/
/*    }*/
/*    .tool-list {*/
/*        grid-template-columns: repeat(1, 1fr);*/
/*    }*/
/*}*/
