/*
Theme Name: Tv Ranking
Text Domain: tv-ranking
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
*, :before, :after{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* .tp-video-controls {
    display: none !important;
}

.tp-video-play-button {
    display: none !important;
} */

ul.tp-revslider-mainul, ul.tp-revslider-mainul li.tp-revslider-slidesli {
    height: 100vh !important;
    width: 100vw !important;
}

ul.tp-revslider-mainul li.tp-revslider-slidesli {
    left: 0 !important;
}

.tp-bullets.hephaistos.vertical {
    display: none !important;
}

div#rev_slider_2_1 {
    height: 100vh !important;
}

::-webkit-scrollbar {
  display: none !important;
}

.overflow-hidden{
    overflow: hidden !important;
}

video.video-tv {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
}

img.video-itc-logo {
    position: absolute;
    width: 325px;
    right: 0;
    top: 75px;
}

.splide__slide img {
    object-fit: cover !important;
    width: 100vw;
    height: 100vh;
}

.splide {
    pointer-events: none !important;
}