.popupContainer .feature {
max-width: 70vw !important;
max-height: 70vh !important;
padding: 0;
}
.popupContainer .featureContent {
max-width: 70vw !important;
height: 70% !important;
max-height: 70vh !important;
padding: 0 !important;
}
 .popupContainer .feature { 
  position: fixed;              
  top: 50%;                     
  left: 50%;                    
  transform: translate(-50%, -50%);
  }

.popupContainer .featureAction, .popupContainer .featureDate, .popupContainer .featureTitle {
 display: none !important;
}
.popupContainer .featureContent figure{
	margin: 0 !important;
}

.popupContainer .featureContent figure img{
    transform: none !important;
}