#MMFiles {
    position: relative;
    float: right;
    width: 500px;
    min-height: 600px;
    left: 13px;
    overflow: hidden;
    border-radius: 0px;
}

.MMFilesItem {
    position: relative;
    top: 0px !important;
    left: 0px !important;
    vertical-align: top;
    width: 500px !important;
    height: auto !important;
    border-radius: 6px;
}

.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;
    bottom: -42px;
    right: calc(50% - 13px);
    display: none;
    cursor: pointer;
    height: 26px;
    /* margin-top: -26px; */
    width: 26px;
}

#MMLeftArrow {
    position: absolute;
    top: -25px;
    left: calc(50% - 13px);
    display: none;
    cursor: pointer;
    height: 26px;
    width: 26px;
}

.MMArrowImg {
    position: relative;
    width: 24px;
    height: 12px;
    margin: 0 auto;
    display: block;
    margin-top: 0;
}

.MMGalleryItemWrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
}

.rightMarginItem {
    margin-bottom: 20px;
}

.MMGalleryImage {
    width: 100%;
    height: auto;
    max-height: 175px;
}

#MMGalleryItems {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

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

.MMFilesItem:hover {
    cursor: crosshair;
}

.MMFilesItemImage {
    width: 100% !important;
    height: auto !important;
}

#MMGallery {
    position: relative;
    float: left;
    width: 105px !important;
    height: auto;
    margin-bottom: 0px;
    /*  overflow: hidden; */
}

#badgeFile {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20%;
    height: auto;
}

#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);
}

@media screen and (max-width:768px) {
    #MMFiles {
        min-height: unset;
    }
    #MMFiles {
        max-height: initial;
    }
    .MMFilesItem {
        position: relative;
        width: 90% !important;
        height: auto !important;
        width: 90% !important;
        height: 100% !important;
        left: 0px !important;
        margin: 0 auto !important;
    }
    .MMFilesItemImage {
        width: 100% !important;
        height: auto !important;
    }
    #MMFiles {
        height: 108%;
        width: 100%;
        margin: 0 auto;
        float: none;
        left: 0;
    }
    #MMGallery {
        width: 25%;
        top: 25px;
    }
    #MMGalleryItems {
        height: calc(100% - 50px);
        top: 25px;
    }
    #mobileRightArrow {
        display: block;
        position: absolute;
        top: calc(50% - 4px);
        height: 11px;
        width: auto;
        right: -3px;
        cursor: pointer;
        transform: rotate(90deg);
        display: none !important;
    }
    #mobileLeftArrow {
        display: block;
        position: absolute;
        top: calc(50% - 4px);
        height: 11px;
        width: auto;
        left: -3px;
        cursor: pointer;
        transform: rotate(-90deg);
        display: none !important;
    }
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
    .MMFilesItemImage {
        width: 100% !important;
        height: auto !important;
        border-radius: 6px;
    }
    .MMFilesItem {
        width: 100% !important;
    }
    #MMFiles {
        width: 78%;
        min-height: 500px;
    }
}