#company { display: block; position: relative; width: 1100px; margin: 0 auto; padding: 20px 50px; background-color: #181818; }

@media all and ( max-width: 1099px )
{
	#company { width: 100%; padding: 20px 0; background-color: transparent; }
}

    /* titulo */
    #company div.title { display: block; position: relative; height: 50px; width: 100%; margin: 0 auto; padding: 0 35px; }
        #company div.title h1 { display: block; position: relative; height: 50px; line-height: 50px; margin: 0; font-size: 25px; font-weight: bold; color: #f8eb00; overflow: hidden; }

    /* descricao */
    #company p { display: block; position: relative; margin: 25px 0 0 0; line-height: 25px; text-align: justify; font-size: 14px; }

	@media all and ( max-width: 1099px )
	{
		#company div.title { padding: 0; width: 90%; height: auto; margin: 0 auto; }
			#company div.title h1 { height: auto; }
		#company p { width: 90%; margin: 0 auto; }
	}

    /* fotos */
    #company div.photos { display: block; position: relative; width: 100%; height: 450px; margin: 30px 0 0 0; }
		#company div.photos a { display: none; position: absolute; border: 5px solid transparent; overflow: hidden; }
		#company div.photos a:hover { border-color: #ec1c24; }
        #company div.photos a:nth-child(1) { display: block; top: 0; left: 0; width: 360px; height: 225px; }
		#company div.photos a:nth-child(2) { display: block; top: 0; right: 0; width: 360px; height: 140px; }
		#company div.photos a:nth-child(3) { display: block; top: 0; left: 395px; width: 300px; height: 440px; }
		#company div.photos a:nth-child(4) { display: block; bottom: 0; left: 0; width: 360px; height: 185px; }
		#company div.photos a:nth-child(5) { display: block; bottom: 0; right: 0; width: 360px; height: 265px; }
			#company div.photos a img { display: block; position: relative; min-width: 100%; min-height: 100%; }

	@media all and ( max-width: 1099px )
	{
		#company div.photos { width: 90%; margin: 30px auto 0 auto; height: auto; }
			#company div.photos a { border: none; position: relative; margin: 0 0 5% 0; }
			#company div.photos a:nth-child(1) { top: auto; left: auto; width: 100%; height: 200px; }
			#company div.photos a:nth-child(2) { top: auto; left: auto; width: 100%; height: 200px; }
			#company div.photos a:nth-child(3) { top: auto; left: auto; width: 100%; height: 200px; }
			#company div.photos a:nth-child(4) { bottom: auto; left: auto; width: 100%; height: 200px; }
			#company div.photos a:nth-child(5) { bottom: auto; left: auto; width: 100%; height: 200px; }
				#company div.photos a img { position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; }
	}