/*
Theme Name: Mr.Rex
Theme URI: http://mr-rex.com
Description: 
Author: MR.Rex
Author URI: http://mr-rex.com
Version: 1.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

.wrapper-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.wrapper-video-bg video, .wrapper-video-bg iframe {
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#map{
	height:500px;
}

.error{
	border-color:red;
}

body .product-home .product-info span{
	display:inline;
}

.media-description {
    position: absolute !important;
    margin: 0 !important;
    right: 15%;
    top: 20%;
}