.bbb1 {
/*
border-style:dotted;border-color:white;border-width:1px; 
*/
}
.wrapper {
  width: 100%;
}
.box {
  float: left;
  /* height: 100px; */
}
.box:nth-child(1) {
  width: 20%;
  /* background-color: red; */
}
.box:nth-child(2) {
  width: 32%;
  /* background-color: green; */
}
.box:nth-child(3) {
  width: 48%;
  /* background-color: blue; */
}



.logo1div {
/*
position: fixed;
left: 10px; top: 10px;
z-index: 9999 !important;
opacity: .65;
*/
    overflow: hidden;
    transition-duration: 0.8s;
    transition-property: transform;
}
.logo1div:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

#logo2div {
/*display: none;*/
visibility: hidden;
position: fixed;
left: 10px; top: 10px;
z-index: 9999 !important;
opacity: .65;
  overflow: hidden;
  transition-duration: 0.8s;
  transition-property: transform;
}
#logo2div:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
