*{
				padding:0;
				margin:0;
				font-family: 'Oswald', sans-serif;
			}

			.section{
				width:100%;
			}

			.section .container{
				width:80%;
				margin:0 auto;
				padding:40px 0;
				max-width: 1300px;
			}

			h2{
				font-weight:normal;
				font-size:2em;
			}

			p{
				font-size: 1.7em;
				padding-bottom:10px;
			}

			.section .container .rhs{
				width:calc((100%/3)*2);
				float:left;
			}

			.section .container .lhs{
				width:calc(100%/3);
				float:right;
			}

			.section.dark {
				color:#fff;
			}

			img.heading{
				height:50px;
				margin-bottom:5%;
				margin-top:2.5%;
			}

			.section .container .suspects{
				text-align:center;width:100%;margin:5% 0;
			}

			.section .container .suspects div{
				width:20%;float:left;
			}

			.section .container .suspects img{
				max-width:60%;margin:0 auto;padding:5% 0;
			}

			.section .container .suspects div p:nth-of-type(1){
				padding-bottom:0;
			}

			.section .container .suspects div p:nth-of-type(2){
				font-size:1em;
			}

			.section .container .suspects:after{
				content:"";
				display:table;
				clear:both;
			}

			.section .container .suspects.mobile div{
				width:10%;float:left;
			}

			a{
				color:inherit;
				text-decoration:none;
			}

			.section .container .suspects div:hover {
			  transform: scale(1.2, 1.2);
			  transition: all 0.5s;

			}

			.section .container .suspects.select div p{
				color:#fff;
			}

			.suspects.mobile{
					display:none;
				}

				.suspects.desktop{
					display:block;
				}

				.suspects.desktop div:nth-of-type(6){
					clear:left;
				}

				.suspects.mobile.menu {
					display:block;
					margin:0;
				}

				.suspects.mobile.menu p {
					color:#fff;
				}

				.section .container.info{
					padding-top:5vh;
				}

				




			@media screen and (min-width: 1250px){

				.container.info.mobile{
					display:none;
				}
			}

			@media screen and (max-width: 1250px){

				.section .container .suspects.mobile div{
					width:20% !important;
					margin-bottom: 20px;
				}

				.suspects div:nth-of-type(6){
					clear:left;
				}

				.section .container{
					width:87%;
				}

				.suspects.mobile{
					display:block;
				}

				.suspects.desktop{
					display:none;
				}

				.container.info.desktop{
					display:none !important;
				}

				.section .container.info{
					padding-top:0;
				}

				.section .container.info .picture{
					padding:75px 0 0 0 !important;
				}

			}