/* mql.css */



.example {
  padding: 20px;
  color: white;
}

/*@media (max-width: 1080px) {
	.container-test {
		background: url("mg_1_test.jpg") no-repeat center;	
		background-size: cover;
		background-origin: content-box, padding-box;
		width: 97%;
		height: auto;
		margin-bottom:20px;
		padding: 20px;
	}
}*/

/* Extra small devices (phones, 600px and down) */
/*@media only screen and (max-width: 600px) {
  .example {background: red;}
}*/

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .container-test {
		background: url("test_image_v3.jpg") no-repeat center;	
		background-size: 75%;
		background-origin: content-box, padding-box;
		width: 97%;
		height: 850px;
		margin-bottom:20px;
		margin-top:5px;
		padding: 5px;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .container-test {
		background: url("test_image_v3.jpg") no-repeat center;	
		background-size: 90%;
		background-origin: content-box, padding-box;
		width: 97%;
		height: 850px;
		margin-bottom:20px;
		margin-top:20px;
		padding: 20px;
	}
}

/* Large devices (laptops/desktops, 992px and up)*/
/*@media only screen and (min-width: 992px) {
  .container-test {
		background: url("mg_1_test.jpg") no-repeat center;	
		background-size: cover;
		background-origin: content-box, padding-box;
		width: 97%;
		height: 850px;
		margin-bottom:20px;
		margin-top:20px;
		padding: 20px;
	}
} */

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  	.container-test {
		background: url("test_image_v3.jpg") no-repeat center;	
		background-size: cover;
		background-origin: content-box, padding-box;
		width: 97%;
		height: 850px;
		margin-bottom:20px;
		margin-top:20px;
		padding: 20px;
	}
}


/* from NIN */
.slider {
	position: relative;
	padding: 20px;
}

.slider img {
    width: 100%;
}