.header {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/africa.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#testModal {
	display: none;
}
.img-responsive {
	width: 80px;
	height: 80px;
	margin-top: 20px;
}
.modal-body {
	height: 200px;
}
.modal-title {
	text-align: center;
}
#IE11 {
	margin-top: -82px;
	margin-left: 300px;
}
#Chrome {
	margin-left: 180px;
}
.modal-dialog {
	margin-top: 330px;
}
.btn-warning {
	position: relative;
	float: left;
}
@media (max-width: 420px) {

#Chrome {
margin-left: 80px;

}
#IE11 {
	margin-left: 170px;
}
}