![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/askdragao.com/wp-content/themes/vw-sports/inc/block-patterns/css/ |
/*-------- Banner Section -------*/ .banner-section{ width: auto; height: auto; } .banner-section .wp-block-button{ border: 2px solid #fff; width: max-content; width: -moz-max-content; transform: skew(-20deg); } .banner-section .wp-block-button__link{ display: inline-block; transform: skew(-0deg); position: relative; top: -9px; left: -11px; border-radius: 0px !important; } .banner-section .wp-block-button__link:hover{ background-color: #151821 !important; } .banner-section{ min-height: 600px; } .banner-section .wp-block-column{ position: relative; left: 15%; } /*----- Game Section -----*/ .game-box{ overflow: hidden; position: relative; background: #000; } .game-box:before { content: ''; border: 1px solid #fff; transform: scaleY(0); position: absolute; left: 12px; top: 12px; bottom: 12px; right: 12px; z-index: 1; transition: all 0.5s ease 0s; } .game-box:hover:before { transform: scaleY(1); } .game-box img { width: 100%; height: auto; transition: all 0.5s ease 0s; } .game-box:hover img { opacity: 0.2; transform: scale(1.1); transform-origin: left top; } .game-box .game-content { text-align: center; width: 90%; filter: blur(5px); opacity: 0; transform: translateX(-50%) translateY(50%); position: absolute; bottom: 50%; left: 50%; z-index: 2; transition: all 0.5s ease 0.2s; } .game-box:hover .game-content { filter: blur(0); opacity: 1; } /*---- Media css -----*/ @media screen and (max-width: 768px) and (min-width: 576px){ .banner-section .wp-block-column:first-child{ flex-basis: 70% !important; } } @media screen and (max-width: 720px) { .banner-section{ min-height: 200px; } .banner-section .wp-block-column{ left: 0; } } @media screen and (max-width: 992px) and (min-width: 767px) { .banner-section{ min-height: 300px; } .banner-section .wp-block-column{ left: 0; } .game-section .wp-block-columns{ flex-wrap: nowrap !important; } } @media screen and (max-width: 1024px) and (min-width: 1000px) { .banner-section{ min-height: 450px; } .banner-section .wp-block-column{ left: 0; } }