@media screen and (max-width: 749px) {
	.personal-brand .brand-section__item:hover img:not(class) {
    	transform: translateY(-50%) scale(1)!important;
	}
}