div.container {

height: 500px;

}

div.screens {

position: relative;
left: 20px;
top: 0px;

height: 400px;
width: 160px;

}

div.info {

height: 400px;
width: 300px;

position: relative;
top: -370px;

margin-left: 200px;
text-align: left;

}

img {

border: none;

}

img.icon {

position: relative;

left: -14px;
margin-right: -10px;

}