
.block_ITEL
{

    /*height: 100vh;*/
    /*width:100vh;*/
    width: 100%;
    height: 100%;
    /*background: radial-gradient(#00f , #000 90%);*/
    /*background: radial-gradient( rgb(60,6,94) , #000 90%);*/
    background: black;
}
.text_ITEL
{
    font-family: "Georgia", "Times New Roman", serif;
    position: relative;
    line-height: 20vw;
    font-size: 25vw;
    
}
.text1_ITEL
{
    background: linear-gradient( rgba( 0, 0, 0, 1),rgba( 0, 0, 255, 0.4)  );
    /*background: linear-gradient( rgba( 0, 0, 0, 1), rgb(60,6,94)  );*/
    height: 50vh;
    
}
.text2_ITEL
{
    background: linear-gradient( rgba( 0, 0, 255, 0.4),  rgba( 0, 0, 0, 1) );
    /*background: linear-gradient( rgb(60,6,94),  rgba( 0, 0, 0, 1) );*/
    height: 50vh;

}
.itel_ITEL
{
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 0px 1px black, 0px 0px 2px black;
    //text-shadow: 0px 0px 1px black, 0px 0px 2px black, 0px 0px 3px black, 0px 0px 4px black, 0px 0px 5px black, 0px 0px 5px black;
}

.leti_ITEL
{
    display: inline-block;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;

    filter: url( #fire_ITEL );

    transform:rotateX( 180deg);
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient( rgba(0,0,0, 0.2 ), rgba(255,255,255, 0.7 ));
    color: rgba(255,255,255,.01);
    font-weight: 600;
}

@media (min-aspect-ratio: 2/1) and  (orientation: landscape )
{
    .text_ITEL
    {
        line-height: 30vh;
        font-size: 35vh;
    }
}