/*  GRID OF TWO   ============================================================================= */

img {
    width: 90%;
    height: auto;
}
div {
    width: 100%;
    height: 100%;
    background-size: cover;
}
.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.0%;
}


#logo-container {
    width: 240px;
    height: 128px;
    position:absolute;
    left:50%;
}
.logo {
    position:relative;
    left:-160px;
    width: 290px;
top:-90px;    background: url(../img/tommy-logoal.png) no-repeat center center ;
  
}
    
#sticky_navigation a {
    display:block;
    height:105px;
    width:100%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
/* 	.span_2_of_2 {
		width: 90%; 
	}
.span_1_of_2 {
	width: 100.2%;
	}*/

#logo-container {
    width: 0px;
    height: 128px;
    position:absolute;
    left:48%;
}
.logo {
    position:relative;
    left:-160px;
    width: 290px;
top:-90px;    background: url(../img/tommy-logoal.png) no-repeat center center ;
  
}

.producttile_bottom {

font-size:0.7em;
}
p {

font-size:0.8em;
}
h1 { font-size:1.0em; padding:0 0 .2em 0; }
	h2 { font-size:1.0em; }
	.header { padding:1em 0; }
	.col {  padding:1em 0; text-align:center;}

}
