@charset "utf-8";

.tBox .photoWrap { position:relative; }
.tBox .photoWrap .photo { display:flex; position:absolute; top:0; right:0; }
.tBox .photoWrap .photo img { max-height:300px; }

@media only screen and (max-width:1024px){
  .tBox > li{ width:100%; }
}

@media only screen and (max-width:768px){
.tBox .photoWrap .photo { position:static;  flex-wrap:wrap;}
}