/* Start of mobile screen */
@media screen and (max-width: 420px){
#header{position:relative;top:2%; left:2%; width: 96%;height: 30px;border: 0px solid #115599;background-image:url('http://retrorecordretail.co.uk/images/logo.gif');background-repeat:no-repeat;background-size:100% 100%}
#centercontainer{position: relative; top: 10%;left:5%;width: 90%;min-height: 200px;border: 0px solid #115599;font-size: 12pt;}
#leftcontainer{position: relative ;top:5%;left:5%;width: 90%; border: 0px solid #445566}
#rightcontainer{position: relative ;top:5%;left:5%;width: 90%; border: 0px solid #445566}
}
/* End of mobile screen *//* start of tablet screen */
@media screen and (min-width: 421px){
#header{position:absolute;top:2%; margin: 0px auto 0px auto;width: 96%;height: 38px;border: 0px solid #115599;background-image:url('http://retrorecordretail.co.uk/images/logo.gif');background-repeat:no-repeat;background-size:100% 100%}
#centercontainer{position:absolute;top:20%; left:36%;width: 30%;height:auto;border: 0px solid #115599;font-size: 12pt;}
#leftcontainer{position:absolute;top:20%; left:3%;width: 32%; border: 0px solid #115599;overflow: hidden}
#rightcontainer{position:absolute;top:20%; left:68%;width: 30%;border: 0px solid #115599;height: 600px}
}
/* End of tablet screen *//* start of screen */
@media screen and (min-width: 670px){
#header{position:absolute;top:2%; left:5%;width: 90%;height: 123px;border: 0px solid #115599;font-size: 12pt;background-image:url('http://retrorecordretail.co.uk/images/logo.gif');background-repeat:no-repeat;background-size:100% 100%}
#centercontainer{position:absolute;top:25%; left:26%;width: 50%;height: auto;border: 0px solid #115599;font-size: 12pt;}
#leftcontainer{position:absolute;top:25%; left:1%;width: 23%;border: 0px solid #115599;height: 725px}
#rightcontainer{position:absolute;top:25%; left:77%;width: 22%;border: 0px solid #115599;height: 725px}
}
/* End of  screen */