@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {

	.badge__head
	{
		text-align:center;
	}
	.badge__fig
	{
		float:none !important;
		background-color:#FFF;
	}
	.badge__head-body
	{
		float:none;
		text-align:center;
		padding-left:0;
	}
	.badge__name
	{
		margin-top:10px;
	}
	.badge.detail-page{
		margin-top:0px !important;
	}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {}

@media (max-width: 1200px) {}

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape) {}