html,body{background:#333}.loSlide{padding:0;width:800px;height:600px;margin:0 auto;position:relative}.loSlide *{user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.slide{opacity:0;transition:opacity 1s;top:0;position:absolute}.slide picture.lozad{width:800px;height:600px;display:none;top:0;position:absolute}.slide picture.lozad[data-loaded="true"],input:checked+.slide picture{display:block}input{display:none}input:checked+.slide{opacity:1;z-index:1;display:block}input:checked+div+label{background:rgba(0,0,0,.67)}label{z-index:2;float:left;top:550px;left:244px;width:16px;height:16px;margin:10px;position:relative;border:8px solid #fff;border-radius:50%;background:rgba(255,255,255,.67)}label:hover{cursor:pointer;background:rgba(0,0,0,.67)}