.fancyclose {
  width: 20px;
  position: absolute;
  right: 0px;
  top: 10px;
  cursor: pointer;
}

.fancyclose a {
  color: red;
  text-decoration: none;
}

.fancybox-slide--iframe .fancybox-content {
  width: 800px;
  height: 600px;
  max-width: 80%;
  max-height: 80%;
  margin: 0;
}

.icon40 {
  width: 40px;
}

.autodiv {
  display: none;
  width: 100%;
  position: absolute;
  background: white;
  height: 150px;
  overflow-x: scroll;
  top: 40px;
}

.autodivss {
  display: none;
  width: 100%;
  position: absolute;
  background: white;
  height: 150px;
  overflow-x: scroll;
  top: 40px;
}

.autoli {
  list-style: none;
}

.autoli:hover {
  color: red;
  cursor: pointer;
}