.product-span {
    position: relative;
    width: 100%;
    height: 14.063em;
    margin: 0 0 1.25em;
    padding: 0;
    background-color: #ecf0f1;
    color: #7f8c8d;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    background-clip: padding-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.15);
    overflow: hidden;
}
.product-span a {
    display: block;
    width: 100%;
    height: 100%;
    color: #7f8c8d;
    z-index: 2;
    position: absolute;
    padding: 1.438em 0 0 30px;
    text-decoration: none;
}
.description {
    display: block;
    color: #4f4f4f;
    height: 100%;
}
.description h2 {
    padding: 22px 0 11px;
    margin: 0;
    color: #404040;
    font-size: 34px;
    font-weight: normal;
}
.product-span p {
    margin-bottom: -.25em;
}
.product-span .button {
    z-index: 2;
    top: 140px;
    position: absolute;
    color: #fff;
    /*margin: 25px 0 0;*/
    line-height: 33px;
    text-align: center;
    border-radius: 50px;
    background: #085b9b;
    left: 30px;
    padding: 0 8px;
}
.iphone,.iphone1, .microsoft, .cellphone, .ipad, .tablet, .macbook, .imac, .macpro, .macmini, .appletv, .ipod, .wearable, .productcategory {
    position: absolute;
    right: 0;
    top: 27px;
    bottom: 0;
    width: 100px;
    height: 198px;
    background-image: url(https://d2um6umu4gwssp.cloudfront.net/images/sprite.png);
    z-index: -1;
}
.iphone1 {
    background-position: -400px 13px;
}
.cellphone {
    background-position: -600px 0;
}
.ipad {
   background-position: -820px 0;
    top: 44px;
}
.tablet{
  background-position: -632px -400px;
  top: 36px;
  width: 120px;
}
.macbook {
  background-position: -190px -196px;
  width: 146px;
}
.modern-image__area-device, .modern-image__area-iphone {
    text-align: center;
    margin-top: 0;
    box-shadow: 0 0 40px #ccc;
    border-radius: 20px;
    padding: 20px;
    height: 340px;
}
/*.modern-image__area-iphone img{
    display: none;
}*/
#device-prop-area {
    position: relative;
}
.sell-help {
    padding-bottom: 12px;
    margin: -24px 8px 0 8px;
}
.sell-help h3 {
    padding: 14px;
    border-top: 1px solid #ececec;
    font-weight: normal;
    font-size: 22px;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #ececec;
    text-align: center;
    letter-spacing: 2px;
}
.modern-text__row, .modern-block__row.disabled, .modern-text__row.modern-block__row.selected, .modern-text__row.device-base-row, .modern-text__row.device-base-row.disabled {
    min-height: 44px;
    margin: 8px 0;
    position: relative;
}
.modern-text__row {
    padding-left: 10px;
}
.modern-text__area {
    /*width: 340px;*/
    padding-right: 20px;
    white-space: normal;
}
.modern-text__area, .modern-text__content, .modern-block__selected {
    /*display: inline-block;*/
    vertical-align: top;
}
.modern-text__row .modern-text__num {
    overflow: hidden;
}
.modern-text__num {
    float: left;
    border: 2px solid #dcdcdc;
    border-radius: 30px;
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
    /*margin-right: 20px;*/
    position: absolute;
    width: 38px;
    height: 38px;
    text-align: center;
    z-index: 1;
    background: #fff;
}
.modern-text__num b {
    margin-top: 6px;
    display: block;
}
.modern-text__title {
    font-size: 18px;
    vertical-align: top;
    position: relative;
    /*padding: 0 0 0 50px;*/
    display: inline;
    top: 1px;
    line-height: 2.2;
}

.brand{
    display: flex;
    flex-wrap: wrap;
}
.brand li{
    width: 15%;
    list-style: none;
    border:solid 1px #dcdcdc;
    margin: 1% ;
}
.brand li img{
    max-width: 100%;
    vertical-align: middle;
    max-height: 80px;
}
.flex-row-center {
    display: flex!important;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.flex-col-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.brang-img{
    min-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    /*display: inline-block;*/
}
/*.brand-name{
    height: 40px;
    line-height: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}*/