#MMFiles {
  position: absolute;
  float: right;
  width: 425px;
  top: -6px;
  height: 686px;
  left: 300px;
  overflow: hidden;
}

.MMFilesItem {
  position: absolute;
  top: 0px;
  left: 0px !important;
  margin-right: 0px;
  height: 566px !important;
  width: 100% !important;
}

.MMFilesImage {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 600px;
  height: 600px;
}

#MMFilesNumbers {
  position: absolute;
  top: 570px;
  left: 20px;
}
.MMFilesNumbersSelected {
  float: left;
  background-image: url("https://s3.amazonaws.com/cuacuy/galleryButtons.png");
  width: 15px;
  height: 15px;
  overflow: hidden;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: -30px 0px;
}
.MMFilesNumbersUnSelected {
  float: left;
  background-image: url("https://s3.amazonaws.com/cuacuy/galleryButtons.png");
  width: 15px;
  height: 15px;
  margin-left: 5px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: -5px 0px;
}
.MMFilesNumbersUnSelected:hover {
  cursor: pointer;
}

#magnifyiedProductOuter {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 600px;
  height: 600px;
  overflow: hidden;
  cursor: pointer;
}

.magnifyiedProductImage {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 600px;
  min-height: 600px;
}

#MMRightArrow {
  position: absolute;
  top: 86%;
  display: none;
  left: 117px;
  cursor: pointer;
  height: 26px;
  width: 26px;
  transform: rotate(180deg);
  z-index: 8;
}
#MMLeftArrow {
  position: absolute;
  top: 10%;
  left: 93px;
  cursor: pointer;
  height: 26px;
  width: 26px;
  z-index: 8;
  display: none;
}
.MMArrowImg {
  position: relative;
  height: 25px;
  margin: 0 auto;
  margin-top: 0;
}

.MMGalleryItemWrapper {
  position: relative;
  width: 158px;
  overflow: hidden;
  cursor: pointer;
  float: left;
}

#MMGalleryItemsWrapper {
  width: 210px !important;
}

.rightMarginItem {
  margin-bottom: 20px;
}

.MMGalleryImage {
  height: 30%;
  width: calc(100% - 40px);
}

#MMGalleryItems {
  position: relative;
  height: 74%;
  width: 100%;
  top: 100px;
  overflow: hidden;
  text-align: center;
}

.MMGalleryDivider {
  height: 2px;
  width: 100%;
  background-color: #d0d0d0;
}

.MMFilesItem:hover {
  cursor: crosshair;
}

.MMFilesItemImage {
  z-index: 8;
  width: 100% !important;
  height: auto !important;
}
#MMGallery {
  position: relative;
  float: left;
  left: 36px;
  width: 210px !important;
  height: 880px;
  z-index: 7;
}
#badgeFile {
  position: absolute;
  top: 0;
  right: 24px;
  width: 24%;
  height: auto;
  display: none;
}
#magnifyedProductCover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
#magnifyedProductMarker {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100px;
  width: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: zoom-in;
}
.widthOneFile {
  width: 556px !important;
  top: 48px !important;
  height: 725px !important;
  left: -112px !important;
}
#MMFilesVideo {
  left: 0px !important;
  top: 200px !important;
  width: 94% !important;
  height: 33% !important;
}

@media screen and (max-width: 768px) {
  .MMArrowImg {
    display: none;
  }
  #MMFiles {
    max-height: initial;
  }
  .MMFilesItem {
    position: relative;
    width: 100% !important;
    height: auto !important;
    left: 0px !important;
    margin: 0 auto !important;
  }
  .MMFilesItemImage {
    width: 100% !important;
    height: auto !important;
    margin-top: 4px;
  }
  #MMFiles {
    width: 95%;
    height: auto;
    margin: 0 auto;
    float: none;
    display: none;
  }
  #MMGallery {
    width: 95% !important;
    top: 25px;
    display: none;
    margin-left: 8%;
  }

  #mobileRightArrow {
    display: block;
    position: absolute;
    top: calc(50% - 11px);
    height: 20px;
    width: auto;
    right: 2px;
    cursor: pointer;
    display: none !important;
  }
  #mobileLeftArrow {
    display: block;
    position: absolute;
    top: calc(50% - 11px);
    height: 20px;
    width: auto;
    left: 2px;
    cursor: pointer;
    transform: rotate(180deg);
    display: none !important;
  }
  .MMGalleryItemWrapper {
    width: 80px;
    height: 80px;
  }
  #MMLeftArrow {
    left: -15px;
  }
  #MMRightArrow {
    right: 30px;
  }
}
