#MMFiles {
    position: relative;
    float: right;
    width: 70%;
    height: 820px;
    overflow: hidden;
    margin-right: 0
}

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

.MMFilesImage {
    position: absolute;
    top: 0;
    left: 0;
    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 0
}

.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 0
}

.MMFilesNumbersUnSelected:hover {
    cursor: pointer
}

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

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

#MMRightArrow {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    height: 45px;
    width: 100%;
    transform: rotate(180deg)
}

#MMLeftArrow {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    height: 65px;
    width: 100%;
    display: flex;
    align-items: center
}

.MMArrowImg {
    position: relative;
    height: 48px;
    margin: 0 auto;
    display: block;
    margin-top: 0;
    transform: rotate(90deg)
}

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

.rightMarginItem {
    margin-bottom: 20px
}

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

#MMGalleryItems {
    position: relative;
    height: 80%;
    width: 100%;
    overflow: hidden;
    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: 17%;
    margin-left: 75px;
    display: flex;
    align-items: center
}

.badgeFile {
    pointer-events: none
}

#magnifyedProductCover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

#magnifyedProductMarker {
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100px;
    background-color: rgba(255, 255, 255, .7)
}

@media screen and (max-width: 768px) {
    #MMFiles {
        max-height: initial
    }

    .MMFilesItem {
        position: relative;
        width: 90% !important;
        height: auto !important;
        left: 0px !important;
        margin: 0 auto !important
    }

    .MMFilesItemImage {
        width: 89% !important;
        height: auto !important;
        margin-left: 5%;
        margin-top: 0
    }

    #MMFiles {
        width: 100%;
        height: auto;
        margin: 0 auto;
        float: none
    }

    #MMGallery {
        width: 25%;
        top: 25px
    }

    #MMGalleryItems {
        height: calc(100% - 50px);
        top: 25px
    }

    #mobileRightArrow {
        display: block;
        position: absolute;
        top: calc(50% - 11px);
        height: 20px;
        width: auto;
        right: 2px;
        cursor: pointer
    }

    #mobileLeftArrow {
        display: block;
        position: absolute;
        top: calc(50% - 11px);
        height: 20px;
        width: auto;
        left: 2px;
        cursor: pointer;
        transform: rotate(180deg)
    }
}
