/*!==============================
 * Theme Name: Virb
 * Theme URL: https://probootstrap.com/virb-free-html5-multi-purpose-website-template
 * Version: 1.0
 * Author: ProBootstrap.com
 * Author URL: https://probootstrap.com
 * License: Released for free under the Creative Commons Attribution 3.0 license (probootstrap.com/license)
*/.probootstrap-logo,body {
  font-family: "Courier New", Courier, monospace;
}

html {
  overflow-y: hidden;
}

body {  
  background-image: url("../img/taust.jpg"); /* The image used */
  background-color: #fff; /* Used if the image is unavailable */
    height:100%;
    overflow-y: hidden;
}

.wistia_responsive_padding {
    padding:56.25% 0 0 0;
    margin-top: 4%;
    margin-left: 6%;
    position:relative;
     }

.wistia_responsive_wrapper {
    height:45%;
    position:absolute;
    top:0;
    width:45%;
    }

@media screen and (max-width:768px) {
    .wistia_responsive_padding {
    padding:56.25% 0 0 0;
    margin-top: 25%;
    margin-left: 0%;
    position:relative;
     }
    
    .wistia_responsive_wrapper {
    height:100%;
    position:absolute;
    top:0;
    width:100%;
    }
}