/* ----------------------------------------------------------------------------
 * Welcome Page CSS
 * ------------------------------------------------------------------------- */
 /* New Logo */
 .wp-badge.welcome__logo {
     color: #fff;
     background: url(../images/shopmagic_logo.png)  center 24px no-repeat;
     -webkit-background-size: contain;
          -o-background-size: contain;
             background-size: contain;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 226px;
    height: 0;
 }
.ribbon-offer {
    height: 50px;
    width: 300px;
    margin-right: -40px;
    margin-left: auto;
}

 /* Responsive Youtube Video*/
 .embed-container {
    height        : 0;
    max-width     : 60%;
    padding-bottom: 35%;
    overflow      : hidden;
    position      : relative;
 }
 .embed-container iframe,
 .embed-container object,
 .embed-container embed {
    top     : 0;
    left    : 0;
    width   : 100%;
    height  : 100%;
    position: absolute;
 }
 .video.embed-container {
    margin-left: auto;
    margin-right: auto;
 }
/* Images */
.about-wrap img {
     border: none;
     margin-left: auto;
     margin-right: auto;
}
/* Column Styles */
.col {
    text-align: center;
}
/* Email Subscribe Box */
#mc_embed_signup {
    margin-left: auto; 
    margin-right: auto;
}
