@media screen and (max-width: 767px) {
	.wp-block-post-featured-image img {
		max-width: 270px;
	}
}

@media screen and (min-width:1026px){
.portco-history .single-portco img{
	    height: 100%;
    min-width: 120px;
	max-width:210px;
	    max-height: 120px;
}}
@media screen and (max-width:767px){
	.portco-history .single-portco{
		max-width:160px;
	}
}
.single-portco img {
	pointer-events: none;
	min-width:200px;
}

@media screen and (min-width: 1026px) {
	.single-portco img {
		transition: 0.25s ease-out;
		pointer-events: none;
	}
	.single-portco:hover img {
		scale: 1.1;
	}
}

@media screen and (max-width:1025px){
	.portco-history__img-wrapper{
		align-items:start!important;
	}
}

.single-team__bio-wrapper p{
	margin:0;
}