@media only screen and (min-width: 45em){
	.perfblocs--textimg .perfblocs-container.centered{
		-webkit-box-align:center; align-items:center
	}
	.perfblocs--textimg .perfblocs-container.right{
		-webkit-box-orient:horizontal; -webkit-box-direction:reverse; flex-direction:row-reverse
	}
}
@media only screen and (min-width: 45em){
	.perfblocs-textimg-text,
	.perfblocs-textimg-picture{
		width:50%
	}
}
.wp-admin .perfblocs-textimg-picture figure{
	margin:0
}
.wp-admin .perfblocs-textimg-picture figure img{
	max-width:none; width:100%; height:auto
}
.perfblocs-textimg-picture a img{
	-webkit-transition:opacity .2s ease-in-out; transition:opacity .2s ease-in-out
}
.perfblocs-textimg-picture a:hover img,
.perfblocs-textimg-picture a.focus-visible img{
	opacity:.7
}
.perfblocs-textimg-picture img{
	display:block;
        width: 100%;
}
.perfblocs-textimg-picture iframe {
    max-width: 100%;
    border: 10px solid #e5d000 !important;
    border-radius: 10px;
    margin:0 -10px;
}