#infoc {
	display: none;

    max-width: 100%;
    background-color: black;
    color: #fff;
    margin-left: 30%;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
#info:hover #infoc {
	display: block;
}
#info {
	position: relative;
    display: inline-block;
}
.row {
	text-align: center;
}
h3 {
	font-size: 20px;
	font-weight: 700;
}
h1 {
	text-align: center;
}
.row .col-md-6 img, .col-md-12 img {
	height: 200px;
}
.row .col-md-4 img {
	height: 200px;
}
.focim {
	border-bottom: 5px solid #437DCC;
	border-radius: 15px;
}
.alcim {
	border-bottom: 3px solid #950000;
	border-radius: 15px;	
}

@-viewport {
  width: device-width;
}

@media (max-width: 600px) {
	.row .col-md-6 img, .col-md-12 img {
	max-height: 150px;
	max-width: 100%
	}
	.row .col-md-4 img {
	max-height: 150px;
	max-width: 100%;
	}


}
    @media (min-width: 600px) and 
        (max-width: 1200px) {
    .row .col-md-6 img, .col-md-12 img {
	max-height: 200px;
	max-width: 100%
	}
	.row .col-md-4 img {
	max-height: 150px;
	max-width: 100%;
	}
}