@charset "utf-8";
/* CSS Document */
.row:after {
	content: "";
	clear: both;
	display: block;
}
[class*="col-"] {
	float: left;
	padding: 15px;
}
button {
	text-transform:uppercase;
}
img {
	width: 100%;
	height: auto;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.myimg-sm {display: none;}
	.myimg-md {display: block; width: 100%;}
	.myimg-lg {display: none;}
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.myimg-sm {display: none;}
	.myimg-md {display: block; width: 500px;}
	.myimg-lg {display: none;}
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.myimg-sm {display: none;}
	.myimg-md {display: block; width: 500px;}
	.myimg-lg {display: none;}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.myimg-sm {display: none;}
	.myimg-md {display: none;}
	.myimg-lg {display: block; width: 500px;}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.myimg-md {display: none;}
	.myimg-lg {display: block; width: 500px;}
}

