.rcwa {
	position: absolute;
	top: 200px;
	right: 150px;
	width:14%;;
}
.rcwa:first-child {
	width: 100%;
}

@media all and (max-width: 768px)
{
	.rcwa{ display: none;}
}