#pV {
	.coin3d { transform: scale(.7) }
	section {max-width: 568px;}
	.coin-details .coin {
		position: fixed; z-index: 8;
		display: flex; align-items: center;
		top: 20vh; right: 20vh;
		width: 60vh; height: 60vh;
		margin: 0 auto;
		background: url('/assets/img/hexagon4.svg') 50% 50% no-repeat;
	}

	.getCoin {
		border-radius: 12px;
		display: flex;
		align-items: center;
		max-width: 420px;
		width: 100%;
		position: relative;
		color: #90CAF9;

		margin-bottom: 20px;
		.icon {
			position: absolute;
			left: 0;
			width: 64px;
		}

		.icon-close {
			left: auto; right: 0;
			opacity: .5!important;
		}
		input {
			padding-left: 64px;
			padding-right: 64px;
			font-weight: 600;
			height: 80px;
			text-transform: uppercase;
			letter-spacing: 2px;
			color: white;
			min-height: 64px;
			height: 64px;

			border-radius: 20px;
			background: transparent;
			border: 0;
			box-shadow: inset 0 0 0 1px #90caf9;

			&::placeholder { color: white; text-transform: none }
		}
	}

	@media (max-width: 1080px) {
		.coin-details .coin {
			position: relative;
			top: auto;
			right: auto;
			margin-bottom: 32px;
		}
		section {
			max-width: 100%;
		}
	}
}
