/*
* Id: 7.561246
* Version: 1524821529
* Generated: Dec 31, 2020 3:55:14 PM
*/
	#boxwidth{
  width:100%;
  height:100%;
  display: block;
  position: relative !important;
  margin: 0px 0px 0px 0px;
}

.top{
  position: absolute;
  width:100%;
  height:100%;
}

.bottom{
  opacity: 0;
  width:100%;
  height:100%;
  -webkit-transition: opacity 0.02s ease-in-out;
  -moz-transition: opacity 0.02s ease-in-out;
  -o-transition: opacity 0.02s ease-in-out;
  transition: opacity 0.02s ease-in-out;
}

.bottom:hover{
  opacity: 0.9;
  filter: alpha(opacity=90); 
}		

			
