#sms {
	width:67%;
	float:right;
	margin-top:-1em;
	overflow: visible;
}
#sms form{
	padding:1.5em 2.5em;
	background:rgba(196,196,196,0.38);
	position: relative;
	/*font-size:140%;*/
}
#sms form .col{
	margin:0;
	padding:0;
	width:48.5%;
}
#sms form .grid-2 .col:last-child{
	margin-left:3%;
}
#sms form input, #sms form button {
	margin:0;
	width:100%;
}
#sms form input {
	border-width:2px;
}
#sms form:hover::after { 
 content: attr(data-title);
 font-size: 1em;
 padding: 1em 1.4em;
 display:block;
 box-sizing:border-box;
 width:20em;
 text-align: left;
 max-width:100%;
 margin:0 auto;
 position:absolute;
 top: calc( 100% + 1.4em );
 left:0;
 right:0;
 background: rgba(244,126,86,0.67);
 color:#fff;
 text-transform: none;
}

@media screen and (max-width:890px) {
	#sms {
		float: none;
		margin-top:1em;
		display: block;
		margin:0 auto;
	}
}
@media screen and (max-width:710px) {
	#sms .col{
		margin:0 auto 0.5em!important;
		width:100%!important;
	}
}
@media screen and (max-width:400px) {
	#sms form button {
		height: auto!important;
	}
}