.img-howto 
{
    text-align: center;
    margin-top: 15px;
}

.img-howto > table
{
    width: 49% !important;
    display: inline-block;
}

.img-howto > table.howto-table
{
    vertical-align: top;
    margin: auto !important;
}

.img-howto > table.howto-table-right
{
    margin: auto;
}


.img-howto > table.howto-table > tbody tr th.first
{
    background: no-repeat url(../img/table-tr-first.png);
    background-size: cover;
    background-repeat: round;
}

.img-howto > table.howto-table > tbody tr th.second
{
    background: no-repeat url(../img/table-tr-second.png);
    background-size: 100% 100%;
}

.img-howto > table.howto-table > tbody tr th.third
{
    background: no-repeat url(../img/table-tr-third.png);
    background-size: 100% 100%;
} 

.img-howto > table.howto-table > tbody tr td.first
{
    background: no-repeat url(../img/box-first.png);
    background-size: 100% 85%;
}

.img-howto > table.howto-table > tbody tr td.second
{
    background: no-repeat url(../img/box-second.png);
    background-size: 100% 85%;
}

.img-howto > table.howto-table > tbody tr td.third
{
    background: no-repeat url(../img/box-third.png);
    background-size: 100% 85%;
}


th.first-chd
{   
    width: 115px;
    text-align: center;
}

.img-howto > table.howto-table-right > tbody td.first-chd
{
    background-color: #5DC1CF;
    color: #fff;
    border-radius: 5px;
}

th.first-chd.border
{
    border-top: none;
    border-bottom: none;
    background-color: transparent;
    padding: 0 10px;
}
.img-howto > table.howto-table > tbody td.border
{
    border-top: none;
    border-bottom: none;
    border-left: none;
    height: 150px;
}

.img-howto > table.howto-table-right > tbody td.border
{
    border-top: none;
    border-bottom: none;
    border-left: none;
    height: auto;
}

td.flex.text-left.border div
{
    padding-top: 5px;
}

.img-howto > table.howto-table > tbody th.border
{
	color:#3c4298;
}

.icon
{
    display: flex;
    flex-direction: row;
}

div.position-relative
{
    position: relative;
}

p.position-absolute-first
{
    position: absolute;
    bottom: 25%;
}

p.position-absolute-second
{
    position: absolute;
    top: 0;
}

p.position-absolute-third
{
    position: absolute;
    bottom: 30%;
}

p.position-absolute-fourth
{
    position: absolute;
    top: 0;
}

p.position-absolute-fifth
{
    position: absolute;
    bottom: 40%;
}

p.position-absolute-sixth
{
    position: absolute;
    top: -10%;
}

.video{
	height:530px !important;
	vertical-align:bottom;
}

@media screen and (max-width:640px)
{
    .img-howto > table
    {
        width: 100% !important;
    }

    .img-howto > table.howto-table
    {

        margin: 10px 0 20px !important;
    }

    th.first-chd
    {   
        width: 60px;
        text-align: center;
    }

    p.position-absolute-first
    {
        position: absolute;
        bottom: 25%;
    }
    
    p.position-absolute-second
    {
        position: absolute;
        top: 0;
    }
    
    p.position-absolute-third
    {
        position: absolute;
        bottom: 25%;
    }
    
    p.position-absolute-fourth
    {
        position: absolute;
        top: 0;
    }
    
    p.position-absolute-fifth
    {
        position: absolute;
        bottom: 25%;
    }
    
    p.position-absolute-sixth
    {
        position: absolute;
        top: 0%;
    }

    .video{
    	height:250px !important;
    	vertical-align:bottom;
    }


}


@media screen and (max-width:400px)
{
    .img-howto > table.howto-table > tbody td.border
    {
        height: calc(150px + calc(-5vw + 50px));
    }

    p.position-absolute-first
    {
        bottom: 33%
    }

    p.position-absolute-second
    {
        top: -15%;
    }

    p.position-absolute-fifth
    {
        bottom: 33%;
    }

    p.position-absolute-sixth
    {
        top: -15%;
    }

    .video{
    	height:250px !important;
    	vertical-align:bottom;
    }

}