HOME


Mini Shell 1.0
DIR: /home/islapiiu/sites/agpholdings/
Upload File :
Current File : /home/islapiiu/sites/agpholdings/test.php
<div class="wickley_tm_section">
    <div class="wickley_tm_slider_wrap">

        <div class="wickley_tm_universal_swiper_wrap">
            <div class="swiper-container">
                <div class="wickley_tm_articles_wrap swiper-wrapper">
                    <div class="article_inner swiper-slide "> 

                        <div class="video-background">

                            <div class="main_bg">
                                <div class="overlay_video" >
                                    <div class="video-foreground">
                                        <iframe src="https://www.youtube.com/embed/GSiMF-ODCuM?controls=0&showinfo=0&rel=0&autoplay=1&loop=1&playlist=GSiMF-ODCuM" frameborder="0" allowfullscreen></iframe>
                                    </div>
                                </div>
                            </div>
                            <div class="main_content"></div>

                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
    <style>

        * { box-sizing: border-box; }
        .video-background {
            background: #000;

            position: relative;

            top: 0;

            right: 0;

            bottom: 0;

            left: 0;

            z-index: 99;
        }
        .video-foreground,
        .video-background iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
        }
        #vidtop-content {
            top: 0;
            color: #fff;
        }

        @media (min-aspect-ratio: 16/9) {
            .video-foreground { height: 300%; top: -100%; }
        }
        @media (max-aspect-ratio: 16/9) {
            .video-foreground { width: 300%; left: -100%; }
        }
        @media all and (max-width: 600px) {
            .vid-info { width: 50%; padding: .5rem; }
            .vid-info h1 { margin-bottom: .2rem; }
        }
        @media all and (max-width: 500px) {
            .vid-info .acronym { display: none; }
        }
    </style>