.prev1, .next1 {
  border: 1px none;
  border-radius: 25px;
  cursor: pointer;
  height: 25px;
  padding: 2px 0 0 7px;
  position: absolute;
  top: 40%;
  width: 25px;
  z-index: 110;
}
.next1 {
  right: 15px;
}
.fullscreen-slider1 .close-popup {
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 9999;
}
.fullscreen-slider1 {
  background: #fff none repeat scroll 0 0;
  display: none;
  height: 100%;
  max-height: 100%;
  overflow: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
/*
  visibility:hidden;
*/
}
.dummy1 .fit {
  cursor: grab;
  display: block;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px)  {
.prev1, .next1 {
  top: 50%;
}
}
@media only screen and (min-width: 767px) and (max-width: 1000px)  {
.menu_ul .dropdown-menu {
  background: rgba(158, 157, 157, 1) none repeat scroll 0 0;
}
.prev1, .next1 {
  top: 40%;
}
.fullscreen-slider1 .close-popup {
  right: 10px;
  top: 17%;
}
}
@media only screen and (min-width: 568px) and (max-width: 767px)  {
.menu_ul .dropdown-menu {
  background: rgba(158, 157, 157, 1) none repeat scroll 0 0;
}
.prev1, .next1 {
  top: 20%;
}
.fullscreen-slider1 .close-popup {
  right: 10px;
}
}

@media only screen and (min-width:321px) and (max-width: 567px)  {
.menu_ul .dropdown-menu {
  background: rgba(158, 157, 157, 1) none repeat scroll 0 0;
}
.prev1, .next1 {
  top: 40%;
}
.fullscreen-slider1 .close-popup {
  right: 10px;
  top: 20%;
}
}
@media only screen and (width:480px) {
.menu_ul .dropdown-menu {
  background: rgba(158, 157, 157, 1) none repeat scroll 0 0;
}
.prev1, .next1 {
  top: 15%;
}
}
@media only screen and (min-width:100px) and (max-width: 320px)  {
.menu_ul .dropdown-menu {
  background: rgba(158, 157, 157, 1) none repeat scroll 0 0;
}
.prev1, .next1 {
  top: 35%;
}
.fullscreen-slider1 .close-popup {
  top: 17%;
}
}
