@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
/* STYLES GO HERE */
.row{
width:330px;
}

.mfp-right{
	right:385px;
	display:block;
	
	position:relative;
	margin-right:23px;}

}