/*
Theme Name: Starhotel
Description: Responsive Hotel Booking Template
Version: 1.5.0
Theme URI: http://themeforest.net/user/slashdown
Author: Slashdown
Author URI: http://themeforest.net/user/slashdown
License: GNU General Public License, version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: starhotel
Domain Path: /languages/
Tags: responsive-layout, two-columns
*/

 #playerwebcam {
      display: block;
      width: 640px;
      height: 360px;
      margin: 0;
      text-align: center;
      background-color: #bbb;
    }
    #playerwebcam img {
      margin-top: 140px;
      cursor: pointer;
    }
    #playerwebcam *:focus {
      outline-style: none;
    }
/* force picure width to 500px */
img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    box-shadow: 0px 0px 0px 0px #000;
    width: 500px;
}