.ukapcontainer {
  position: relative;
  width: 50%;
}

.ukimage {
  display: block;
      max-width: 200%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 200%;
  opacity: 0;
  transition: .5s ease;
  background-color: #e81e16f5;
}

.ukapcontainer:hover .overlay {
  opacity: 1;
}

.uktext {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.justify-flex{
  justify-content: center;
}

.col-md-12.wbg {
    background-color: #fff;
    margin-top: 20px;
}

.col.col-xs-12.col-md-12.no-pad {
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-bottom: 22px;
}




@media all and (max-width: 750px) {
.ukimage{
margin-top: 16px;
}

p.MsoNoSpacing {
    padding-left: 0px!important;
}

#ui-body > div.uka-page > div > table:nth-child(2) {
    width: 100%!important;
}



#ui-body > div.uka-page > div > table:nth-child(22) td {
  display: table-row;
  width:100%;
}

#ui-body > div.uka-page > div > table:nth-child(22) {
  width:100%!important;
}

#ui-body > div.uka-page > div > table:nth-child(22) > tbody > tr:nth-child(3) {
    display: block;
    text-align: center;
    margin-left: 6%;
}

}



 #prdtworklamps:hover {
    cursor: pointer;
} #prdtmutilamps:hover {
    cursor: pointer;
}

#prdtposlamps:hover {
    cursor: pointer;
}