/**
 * Prestaworks AB.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End User License Agreement(EULA)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://license.prestaworks.se/license.html
 *
 * @author    Prestaworks AB <info@prestaworks.se>
 * @copyright Copyright Prestaworks AB (https://www.prestaworks.se/)
 * @license   https://license.prestaworks.se/license.html
 */
#pw_cardreservation {
  background-color: #fff;
  padding: 15px;
}

#pw_cardreservation .form-control {
    width: 100%;
}

#pw_cardreservation .img-preview {
    height: 169px;
    position: relative;
    width: 319px;
}

@media (max-width: 400px) {
    #pw_cardreservation .img-preview {
        -webkit-transform: scale(0.75);
            transform: scale(0.75);
        -webkit-transform-origin: 0;
            transform-origin: 0;
    }
}

#pw_cardreservation .img-preview img {
    position: absolute;
    top: 0;
    left: 0;
}