.cont_screens{ width: 100%; }
.cont_popUp{position: fixed; width: 100%; height: 100%; 
	background: rgba(0, 0, 0, 0.8); z-index: 100;
	display: none; justify-content: center; 
	align-items: center; }
.popUp{ width: 100%; height: 85%; background: #ffffff; }
.cont_slide{width: 100%; height: 500px; 
	bottom: 10%; display: flex; justify-content: center; }
.cont_slideBig{ height: 80%; position: fixed; width: 100%; height: 65%; 
	bottom: 10%; display: flex; justify-content: center; }
.cont_closed{ width: 8%;
    position: fixed;
    top: 2%;
    z-index: 5000;
    margin-left: 90%; }
.cont_closed img{ width: 100%; cursor: pointer; } 

.cont_changeSlide{ width: 10%; height: 100%; 
	display: flex; justify-content: center; align-items: center; }
.cont_changeSlide img{ width: 50%; cursor: pointer; }
#changeSlideLess, #changeSlideLess_0{ display: none; }
.cont_imgsSlide{ height: 100%; display: flex; justify-content: center; 
	align-items: center; }
.cont_imgsSlide img{ height: 100%; max-width: 100%; cursor: pointer; }

.cont_appstore{ width: 100%; height: 200px; display: flex; }
.cont_appicon{ width: 50%; display: flex; justify-content: center; 
	flex-direction:column; align-items: center; }
.cont_appicon img{ width: 85%; cursor: pointer; }

@media (min-width: 1200px) {
  
  .cont_changeSlide img{ width: 25%; }
  .cont_appicon img{ width: 35%; }
  .cont_slideBig{ height: 100%; bottom: 0; }
  .cont_closed{ width: 3%; margin-left: 95%;  }
}