﻿#compare_output {
    padding-bottom: 0;
    background: none;
    font-size: 14px;
    width: 100%;
}

    #compare_output p  {
        color: #000;
        font-size: 16px;
    }

    #compare_output h4 {
        color: #000;
        font-size: 26px;
        line-height: 1;
    }


.x7-black, .x7-white {
    width: 100%;
    position: static;
    color: #000;
    padding-left: 20px;
}

@media screen and (min-width: 768px) {
    #compare_output {
      position: relative;
      background:url('fea_2.jpg') no-repeat;
      background-size: cover;
      padding-bottom: 54.680851063829787234042553191489%;
    }

        #compare_output * {
            color: #fff !important;
            font-size: 16px;
        }

    #compare_output h4 {
        color: #fff !important;
    }

    .x7-black {
      position: absolute;
      top: 0;
      left: 0;
      color: #fff !important;
      padding-left: 5%;
      width: 50%;
    }

    .x7-white {
      position: absolute;
      top: 0;
      right: 0;
      color: #fff !important;
      padding-left: 15%;
      padding-right: 5%;
      width: 50%;
      text-align: right;
    }
}


.hide-ug {
  display: inherit !important;
}

@media (max-width: 991px) {
  .productview #compare_output {
    background-image: none;
    background-color: #eee;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .productview #compare_output h4 {
    color: inherit;
  }
  .productview .x7-black, .productview .x7-white {
    width: 50%;
    margin-left: 0;
    padding-left: 0;
    color: inherit;
  }
}