	 .container{
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    color: #fff;
    background: rgba(0,0,0,0.8);
    width: 250px;
    height: auto;
    margin: -100px 0 0 -192px;
    text-align: center;
	padding: 40px;
	border: 3px solid #ffffff;
}
        body a {
	font-family: josefin-sans !important;
	font-weight: 600;
	font-size:16px;
	color: #CCCCCC;
}


		a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


/* Media Queries */

@media (max-width: 700px) {

	.container{
 margin: auto;
 width: 250px;
 height: 120px;
position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  font-size:18px !important;

}
	
}

