/* CSS Document */

.glass-container {
  position: relative;
}

.glass-text {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    text-align: center;
    text-wrap: pretty;
}

@media only screen and (max-width:991px) {
	.container.body-content {
			padding: 0;
	}
}