/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
text-align: center;
font-family: 'Roboto', sans-serif; font-weight:400;
}

.demo-div {
  width: 100% auto;
  margin: auto;
  text-align: center;
}

#screen {
  width: 95% auto;
  margin: 56px auto;
	margin-top: -160px;
  text-align: center;
  height: 760px;
  position: relative;
}

.employee {
  margin-top:400px;
  list-style-type: none;
  position: absolute;
  bottom: 0;
	line-height: 1.6em;
  text-align: center;
  width: 100%;
}

.title {
  font-size: 1.15em;
  color: white;
  opacity: 0;
	padding-bottom: 5px;
}

.name {
  font-size: 1.75em;
	text-transform: capitalize;
  color: whitesmoke;
  opacity: 0;
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
	#screen {
	  height: 400px;
		margin-top: 60px;
	}
	.employee {
	  margin-top: 40px;
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {
	#screen {
	  height: 280px;
		margin-top: 60px;
	}
	.employee {
	  margin-top: 20px;
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 370px) and (orientation : portrait) {
	#screen {
	  height: 280px;
		margin-top: 60px;
	}
	.employee {
	  margin-top: 55px;
	}
	.name {
	  font-size: 1.2em;
	}
}
@media only screen and (min-device-width : 375px) and (max-device-width : 700px) and (orientation : landscape) {
	#screen {
	margin-top: 60px;
	}
	.employee {
	  margin-top: 40px;
	}
}
