
.teqzo {
    max-width: 600px;
    display: table;
    margin: 0 auto;
    margin-top: 5%; 
    padding: 3rem;
}
.teqzo img {
    max-width: 100%;
    height: auto;
}


/*

#img1 > img {
width: 600px;
}
#img2 > img {
width: 600px;
margin-top: 10%;
}

.teqzo
{
    position: absolute;
    width: 100px; 
    height: 100px; 
    left: 30%;
    top: 40%;
    margin-left: -50px; 
    margin-top: -50px; 
}
	
@media screen and (min-width : 1024px)
{
    .teqzo
    {
        left:26%;
    }
}

@media screen and (min-width : 1920px)
{
.teqzo
{
left: 40%;
}
}
@media screen and (min-width : 768px) and (max-width : 1024px)
{
.teqzo
{
		left: 20%;
        top: 40%;
}
}
@media screen and (min-width : 480px) and (max-width : 640px)
{
.teqzo
{
left:17%;
}
img
{
width:426px !important;
}
}
@media screen and (min-width : 320px) and (max-width : 480px)
{
.teqzo
{
left:16%;
}
img
{
width:330px !important;
}
}
@media screen and (min-width : 240px) and (max-width : 320px)
{
.teqzo
{
left:20%;
}
img
{
width:252px !important;
}
}

*/