body{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
h1, h2{
    margin: 0;
    padding: 0;
}

.containter{
    width: 1745px;
    height: 976px;
    position: relative;
}
.containter .left{
    width: 1200px;
    float: left;
    height: 990px;
    border-right: 1px solid #707070;
   
}
#bgimgHolder{
    background-size: contain;
}
.containter .left img{
    width: 100%;
}
.containter .right{
    float: left;
    width: 235px;
    padding: 0 63px;
    /* text-align: center; */
}
.small-bg-div{
    width: 65px;
    height: 55px;
    display: inline-block;
    margin: 10px 0;
    cursor: pointer;
    border: 1px solid #707070;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.small-bg-div img{
    width: 600%;
    height: 600%;
    position: absolute;
    top: -100px;
}
.bottom{
   padding-left: 100px;
    padding-top: 15px;
}
.customize-h2{
    text-align: center;
    margin-top: 20px;
    padding: 0;

}
.line-div{
    height: 1px;
    width: 100%;
    margin: 10px auto;
    background-color: #000;
}
.finish-div{
    margin-top: 20px;
    margin-bottom: 20px;
}
.finish-div h2
{
    display: inline-block;
    vertical-align: top;
    font-weight: 100;
    margin-top: 16px;
}
.finish-options{
    
    text-align: right;
    float: right;
}
.clear{
    clear: both;
}
.finish-options .small-bg-div{
    width: 40px;
    height: 40px;
    margin: 10px;
}
.wall-cover-h2{
    font-weight: 100;
    margin-top: 25px;
}
.bauhaus-collection-h2{
    font-weight: 100;
    font-style: italic;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

  .bg-row > .small-bg-div:nth-child(2) {
   margin-left: 15px;
   margin-right: 15px;
  }
  .bottom-right-text{
    display: inline-block; 
    width: 500px;
  }
  .bottom-right-text h2{
      font-weight: 100;
  }