document, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
 width: 1330px;
 margin: 0 auto !important;
 position: relative;
 background-color: #E0ECBA;
} 

.textblock {
  background-color: #F8F7E2;
  opacity: 0;
  font-size: 5pt;
  transition: all .2s;
  padding: 5px;
  cursor: pointer;
  overflow:hidden;
  -webkit-user-select: none;  
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.textblock:hover{
    opacity: 1;
    width: 200px !important;
    height: 100px !important;
	z-index: 1000 !important;
  box-shadow: rgba(0,0,0,0.7) 0px 0px 15px;
}

#tb1.textblock:hover {
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5); 
    transform: scale(2.5) translate(-70px,-70px); 
    width: 290px !important;
    height: 175px !important;
}
#tb2.textblock:hover {
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5); 
    transform: scale(2.5) translate(-60px,0px); 
    width: 180px !important;
    height: 102px !important;
}
#tb3.textblock:hover {
    -ms-transform: scale(2.5); 
    -webkit-transform: scale(2.5);
    transform: scale(2.5) translate(40px,-10px); 
  	width: 250px !important;
    height: 135px !important;
}
#tb4.textblock:hover {
    -ms-transform: scale(2.5); 
    -webkit-transform: scale(2.5);
    transform: scale(2.5) translate(40px,10px); 
    width: 200px !important;
    height: 94px !important;
}
#tb5.textblock:hover {
    -ms-transform: scale(2.5); 
    -webkit-transform: scale(2.5); 
    transform: scale(2.5) translate(0px,10px); 
    width: 190px !important;
    height: 102px !important;
}
#tb6.textblock:hover {
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5) translate(20px,20px); 
    width: 200px !important;
    height: 87px !important;
}

.button-invisible input {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

a {
  font-size: 10px;
  color:#FFFFFF;
  text-decoration:none;
  text-shadow: 0px 0px 2px #000;
  font-weight: 600;
}

