@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 600px) {

.transition {
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin: 8px;
	width: 100%;
    height: auto;
	margin: 0 auto;
	padding: 0;
	float: left;
}

.transition .textbox {
width: 100%;
height: auto;
position:absolute;
top:0;
margin-top:-300px;
background-color: rgba(0, 0, 0, 0.5);
padding: 0 10px;
}

.transition:hover .textbox {
	margin-top: 0;
	text-align: center;
}

.text-g {
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	text-align: center;
	line-height: 24px;
	font-size: 22px;
	font-weight: 400;
	padding: 20% 0 0 0;
}

.text a{
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 17px;
	font-weight: 100;
	line-height: 24px;
padding: 0;
}

.text a:hover{	color: #e9fece; }

.text-header {
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding-top: 22px;
	letter-spacing: .1em;
	line-height: 8px;
}
.textbox {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
width: 100%;
}
}

.transition {
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin: 8px;
	width: 440px;
    height: 300px;
}

.transition .textbox {
width: 440px;
height: 300px;
position:absolute;
top:0;
margin-top:-300px;
padding: 0 10px;
background-color: rgba(0, 0, 0, 0.4);
}

.transition:hover .textbox {
	margin-top: 0;
	text-align: center;
}

.text-g {
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	padding: 20% 0 0 0;
}

.text a{
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: 100;
}

.text a:hover{
	font-family: 'Roboto', sans-serif;
	color: #e9fece;
	text-align: center;
	font-weight: 100;
}

.text-header {
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding-top: 22px;
	letter-spacing: .1em;
	line-height: 8px;
}

.textbox {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}