
.textbkb {
	background-color: #00000060;
	width: 20%;
	min-width: 200px;
}

.left{
	float: left;
}

.center{
	margin: 0 auto;
}

.right{	
	float: right;
}

.textbord {
	position: absolute;
	top: 150px;
	left: 10%;
	background-color: #00000060;
	width: 350px;
	height: 180px;
	z-index: 1;
	color: white;
}


@media (max-width:768px) {
    .textbord {
        display: none;
    }
}
