#cc3dSeqPlayer{
    display: inline-block;
    position: relative;
  margin:auto;
    width: 100%;
    height:100%;
    max-width:1000px; /* This is container set acording to image size*/
  max-height:1000px;
  border: 1px solid #e4e4e4;
    padding:0px;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
    -ms-user-select: none;
   user-select: none;
   cursor:w-resize;
}

#cc3dSeqPlayer img{
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
    -ms-user-select: none;
   user-select: none;
   
}

#cc3dSeqPlayerProgress {
    position: absolute;
    width: 100%;
    height: 15px;
  top:5px;
  left:0px;
    background-color: #fff;
  z-index:10;
}

#cc3dSeqPlayerBar {
    position: absolute;
    width: 1%;
  max-width:100%;
    height: 100%;
    background-color: #000;
}

#seq, .simpleImages img{
width:100%;
height:auto;
object-fit: contain;
}

/******** phtml css ********/
.azPlayer .azimg{ display:block !important;}
/*.azPlayer img{ width:210px;}*/
.azPlayer .azPlayerProgress {position: absolute;width: 30px;height: 30px;top: 7px;right: 5px;padding: 0;background-color: #dddddd;
z-index: 10;border-radius: 100%;font-size: 10px;text-align: center;line-height: 30px;color: #000000;}

/*.nlthumb:hover .prd-block, .pr-listing li .prd-none {display: none;}
.nlthumb:hover .prd-none, .pr-listing li .prd-block {display: inline-block;}
.nlthumb .prd-block, .pr-listing li .prd-none {display: inline-block;}
.nlthumb .prd-none, .pr-listing li .prd-block {display: none;}*/

.nlthumb .main-image{display:none;}
.nlthumb .main-image.prd-block{display: inline-block;}
.nlthumb .prd-none{display:none;}
.nlthumb:hover .main-image.prd-block{display:none;}
.nlthumb:hover .prd-none{display: inline-block;cursor:ew-resize;}

.nlthumb{ position:relative;  }
.nlthumb svg.svg_360view{ position:absolute;left:0px;bottom:0px; width:50px; height:50px; fill:#868484; }

.no_360view .main-image{display:none;}
.no_360view .main-image.prd-block{display: inline-block;}
.no_360view svg.svg_360view{display:none;}

