/*
Theme Name: Vision 360 Holding
Theme URI: https://visionthreesixty.co.uk
Author: Deuce Creative
Author URI: https://deucecreative.co.uk
Description: A progressive theme development rig for WordPress.
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: LICENSE
Tags: translation-ready
Text Domain: vision360

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CSS normalization based in part on normalize.css by
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

.section {
    min-height: 0;
}

.content-area {
    color: grey;
    display: block;
    text-align: center;
}

.page-numbers:visited {
    color: inherit;
}

ul.examples {
    list-style: none;
    padding-left: 0;
}

.parent {
     height: auto;
}

@media only screen and (min-width: 1024px) {
    .embed {
        max-width: 75%;
        margin: 0 auto;
    }
}

.wp3d-embed-wrap {
    max-width: 100%;
    padding-bottom: 0;
    padding-bottom: 56.25%;
    /* height: 75vh; */
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe_embedded {
    position: relative;
}

.demos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 20px;
}

.demo img {
    width: 100%;
    max-width: 400px;
}
