

.bg
{
    background: ../images/background.jpg;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: width: 100%;
}

/*@media screen and (max-width: 480px)
{
    .parent
    {
        display: table;
    }
    .child-1
    {
        display: table-header-group;
    }
    .child-2
    {
        display: table-footer-group;
    }
}

/*  Bootstrap Clearfix */

/*  Tablet  */

/*@media (min-width:767px)
{
/* Column clear fix */
/*    .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1)
    {
        clear: none;
    }
    .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1)
    {
        clear: left;
        margin-right: 1px;
    }
}

/*  Medium Desktop  */

/*@media (min-width:992px)
{
/* Column clear fix */
/*  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1)
    {
        clear: none;
        margin-right: 1px;
    }
    .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1)
    {
        clear: left;
    }
}

/*  Large Desktop  */

/*@media (min-width:1200px)
{
/* Column clear fix */
/*  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1)
    {
        clear: none;
        max-width: 650px;
    }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1)
    {
        clear: left;
    }
}

#book-info
{
    margin-right: 6px;
}

