.simbang {
	position: absolute;
	width: 40px;
	height: 40px;
}

.A1 {
	top: 0;
	right: 0;
}
.A2 {
	bottom: 0;
	right: 0;
}
.A3 {
	bottom: 0;
	left: 0;
}
.A4 {
	top: 0;
	left: 0;
}

@media screen and (max-width: 1199px) { 
	.simbang {
		width: 30px;
		height: 30px;
	}
}

/*
.A1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
}
.A2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
}
.A3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
}
.A4 {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}

*/
/*	
background: red;
background-size: contain;
*/