/*
 Theme Name:   DreamSeekers Theme
 Theme URI:    https://combellas.net
 Description:  A GeneratePress Custom Theme
 Author:       Combellas Web Design
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      1.0
*/

.background-video {
	display: flex;
	justify-content: center;
	}

.background-video-content {
    position: relative;
    z-indexmargin: 0 auto;: 1;
}

video[poster] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.background-video-wrapper {
    position: relative;
    overflow: hidden;
}

#background-video {
    width: 100%;
    height: auto;
}

#background-video-2 {
    width: 100%;
    height: auto;
}

#mute-toggle-btn {
    position: absolute;
    bottom: 10%;
    right: 20px;
    z-index: 100;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

#mute-toggle-btn:hover {
    background-color: rgba(0,0,0,0.8);
}

#mute-toggle-btn-2 {
    position: absolute;
    bottom: 10%;
    right: 20px;
    z-index: 100;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

#mute-toggle-btn-2:hover {
    background-color: rgba(0,0,0,0.8);
}