
Osaki 3D Dreamer V2
/*================ Basic Styling ================*/ img { margin: 0 !important; padding: 0 !important; } .theme-color--highlight { color: #2d59f1 !important; font-weight: 600 !important; } .theme-color--background { background-color: #161616 !important; } .theme-font--color h1, .theme-font--color h2, .theme-font--color h3, .theme-font--color h4, .theme-font--color h5, .theme-font--color h6 { color: #a1a1a1 !important; } .main { max-width: 1280px; margin-left: auto; margin-right: auto; color: #1d1d1f; } .main h1, .main h2, .main h3, .main h4, .main h5, .main h6 { color: #1d1d1f; } .video-container { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; } .video-container iframe { position: absolute; top:0; left: 0; width: 100%; height: 100%; } /*=