#section-id-1629272628193 .sppb-feature-box-title {
text-indent: -9999px !important;
}
#section-id-1629272628193 .sppb-addon-text {
margin-top: -40px !important;
}
#section-id-1629272628193 .sppb-addon-feature
{
	padding: 10px;
	cursor: pointer;
	border: 1px solid transparent;
}
#section-id-1629272628193 .sppb-addon-feature:hover {
  animation: shake 0.4s;
  border: 1px solid lightgray;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* Keyframe animation for shake */
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}
body .article-full-image { text-align: center !important; }
body .article-full-image img 
{
	height: 500px !important;
	width: auto !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

@media (min-width: 320px) and (max-width: 480px) {
	 #sp-header.full-header {
	    height: 80px !important;
	 }
  	.logo-image-phone {
	  height: 70px;
	  margin-top: 30px;
	}
	body .article-full-image img 
	{
		height: auto !important;
	}
}
body .sp-megamenu-parent>li>a, body .sp-megamenu-parent>li>span {
	font-size: 18px !important;
}