body{
    margin: 0;
    padding: 0;
    background: orange url("../img/basket-fill-bg.png");
    
}

#container {
    width: 70%;
    margin: auto;

}

.column {
    float: left;
    width: 33.33%;
}

.column img {
    width: 90%;
}
  
/* Clear floats after the columns */
.row:after {
    display: table;
    clear: both;
}

img {
    width: 96.5%;
 }


.thirds{
      width: 33.33%;
}

iframe {
    width: 88.9%;
}

/* Centered text */
h1.centered {
    position: absolute;
    top: 11%;
    left: 58.5%;
    transform: translate(-50%, -50%);
    font-size: 110px;
    color: rgb(0, 0, 0);
    text-shadow: 2px 2px white;
    font-family: 'SamsungOne', sans-serif;
    font-family: 'Samsung Sharp Sans', sans-serif;
  }


/* Media queries to make the design responsive */
@media only screen and (max-width: 968px) {
    /* For tablets */
   h1.centered {
       top: 6%;
       left: 58%;
       font-size: 50px;
   }

   .column {
    width: 33%;
}
   .row {
    width: 700px;
   }
}



@media only screen and (max-width: 720px) {
 /* For phones */
    #container {
        width: 90%;
        margin: auto;
        display:block;
    }
        
    h1.centered {
        top: 6%;
        left: 59%;
        font-size: 50px;

    }

    img .banner{
        width: 100%;
    }

    .column {
        float: left;
        width: 80%;
        margin-left: 40px;
        clear: left;
    }

    .column .img2{
        width: 0;
        visibility: hidden;
    }

    .column .img3{
        width: 0;
        visibility: hidden;
    }

    .row {
        padding-left: 100px;
       }

    iframe {
        width: 88.5%;
    }
}
