.tgl:before{
content:"close";
opacity:1;
}
.tgl.tgd:before{
content:attr(data-tmi);
opacity:.5;
}
.tgl.tgd:hover:before{
opacity:1;
}
.tgt{
width:306px;
}
.tgt.tgd{
width:0;
}
.cnt{
margin:20px;
width:266px;
}
#dev{
display:none;
}
@media (min-width:1200px) {
    .tgt{
    width:378px;
    }
    .cnt{
    margin:22px;
    width:334px;
    }
    #ply:before{
    font-size:10vMax;
    }
    @media (min-width:1400px) {
        /*
        .tgt{
        width:448px;
        }
        .cnt{
        margin:24px;
        width:400px;
        }
        */
        #ply:before{
        font-size:7.5vMax;
        }
    }
}