/*
Theme Name: Betheme
Theme URI: http://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: http://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: -
Version: 20.7.1

All css files are placed in /css/ folder
*/

#particles-js {
    height: 100%;
    width: 100%;
    background: url(images/main-bg-compress.jpg) no-repeat center center;
    background-size: cover;
}

.particles-js-canvas-el {
    width: 100vmax !important;
    height: 100vmax !important;
    z-index: 0;
    top: -100px;
    position: fixed !important;
}

@media only screen and (max-width: 768px) {
    #particles-js {
        display: none !important;

    }
}