.stlog{
    position:relative;
        width:270px;
        height:100px;
        display:flex;
        justify-content:center;
        align-items:center;
        
    }.stlog img{
        position:absolute;
        width:100%;
        height:auto;
    }