@charset "utf-8";
/* -------------------------------------------------------------------------

------------------------------------------------------------------------- */

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

/* ------------------------------
------------------------------ */
#my-poster {
    /* margin: 0px;
    height: 600px;
    background-image: url('../img/poster01.png');
    background-position: center;
    background-repeat: no-repeat; */
    width: 100%;
    max-width: 1391px;
}

