.product-info > .left + .right {
    margin-left: 420px;
}



@media (max-width: 600px) {
    iframe {
        
        width: 100%;
        height:200px;
    }
    
   
	.product-info > .left + .right {
		margin-left: 0 ;
		margin-top: 20px;
	}
	
	.banner-left, .sub-right, .sub-left {
		width: 50%;
		padding: 0;
		margin: 10px auto 20px;
	}
	
		
	.banner div img {
    	width: 91%;  
	}
	.upl1{
		margin-top: -80px !important;
	}

	.upl2{
		margin-top: -95px !important;
	}

	.upl3{
		margin-top: -80px !important;
	}
}





@media (max-width: 600px) {
    iframe {
        
        width: 100%;
        height:200px;
    }
    
   
	.product-info > .left + .right {
		margin-left: 0 ;
		margin-top: 20px;
	}
	
	.banner-left, .sub-right, .sub-left {
		width: 50%;
		padding: 0;
		margin: 10px auto 20px;
	}
	
		
	.banner div img {
    	width: 91%;  
	}

	/*ch code use for ajaxupload js file button*/
	.upl1{
		margin-top: -80px !important;
	}

	.upl2{
		margin-top: -95px !important;
	}

	.upl3{
		margin-top: -80px !important;
	}

}


@media (min-width: 601px) and (max-width:1023px) {
    iframe {
        
        width: 100%;
        height:400px;
    }
    
   
	.product-info > .left + .right {
		margin-left: 0 !important;
		margin-top: 20px;
	}
	
	.banner-left, .sub-right, .sub-left {
		height:50%;
		width: 50%;
		padding: 0;
	    margin:10px auto 20px;

	}	


	.banner div img {
    	width: 91%;  
	}

	/*ch code use for ajaxupload js file button*/
	.upl1{
		margin-top: -80px !important;
	}

	.upl2{
		margin-top: -95px !important;
	}

	.upl3{
		margin-top: -80px !important;
	}

}



#rig {
    max-width:900px;
    margin:0 auto; /*center aligned*/
    padding:0;
    font-size:0; /* Remember to change it back to normal font size if have captions */
    list-style:none;
    background-color:#FFF;
}
#rig li {
    display: inline-block;
    *display:inline;/*for IE6 - IE7*/
    width:25%;
    vertical-align:middle;
    box-sizing:border-box;
    margin:0;
    padding:0;
}
        
/* The wrapper for each item */
.rig-cell {
    /*margin:12px;
    box-shadow:0 0 6px rgba(0,0,0,0.3);*/
    display:block;
    position: relative;
    overflow:hidden;
}
        
/* If have the image layer */
.rig-img {
    display:block;
    width: 100%;
    height: auto;
    border:none;
    transform:scale(1);
    transition:all 1s;
}

#rig li:hover .rig-img {
    transform:scale(1.05);
}
        
/* If have the overlay layer */
.rig-overlay {
    position: absolute;
    display:block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #000000 url(https://www.bmestore.com/catalog/view/multi_store/bmestore/img/link.png?ver=1.3) no-repeat center 20%;
    background-size:50px 50px;
    opacity:0;
    filter:alpha(opacity=0);/*For IE6 - IE8*/
    transition:all 0.6s;
}
#rig li:hover .rig-overlay {
    opacity:0.8;
}

/* If have captions */
.rig-text {
    display:block;
    padding:0 30px;
    box-sizing:border-box;
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
    text-transform:capitalize;
    font-size:18px;
    font-weight:bold;
    font-family: 'Oswald', sans-serif;
    font-weight:normal!important;
    top:40%;
    color:white;
    opacity:0;
    filter:alpha(opacity=0);/*For older IE*/
    transform:translateY(-20px);
    transition:all .3s;
}
#rig li:hover .rig-text {
    transform:translateY(0px);
    opacity:0.9;
}

@media (max-width: 900px) {
    #rig li {
        width:25%;
    }
     
}


@media (max-width: 700px) {
    #rig li {
        width:33.33%;
    }
    
      
}

@media (max-width: 550px) {
    #rig li {
        width:50%;
    }
    
   
}




	.banner div img {
    	width: 91%;  
	}
	.upl1{
		margin-top: -80px !important;
	}

	.upl2{
		margin-top: -95px !important;
	}

	.upl3{
		margin-top: -80px !important;
	}
	
	
	
	


.cut_rotated {
	left:auto !important;
}