@media screen and (min-width:1025px) and (min-width:1281px) {
	body {
		width: 100%;
	}

	.pc-visible {
		display: inline !important;
	  }

	  .pc-hide {
		display: none;
	  }
	  .responsive-mode {
		position: relative;
		margin: 0 0 0 10%;
		text-align: center;
	  }
	
	.top-deco {
		margin-top: 3% !important;
		margin-bottom: -2% !important;
	}

	.cbp-item {
		margin-left: 0% !important;
	}

	.social-links {
		position: relative !important;
		display: inline !important;
		align-items: center !important;
		align-content: center !important;
		text-align: center !important;
		margin: 0% !important;
	}

}