body,html,div,p,a,ul,li,input,button,form,textarea,span,img,h1,h2,h3 { margin: 0; padding: 0; }

body { background-color: rgb(25,15,35); color: rgb(54, 0, 108); font-family: 'Abel', sans-serif; }
input, button { font-family: 'Abel', sans-serif; }

li { list-style-type: none; }

img { background-color: rgb(240,235,250); display: block; }

a { color: rgb(33,37,41); text-decoration: none; }
a:hover { color: rgb(138,43,226); }

h1, h2 { display: block; font-weight: normal; text-transform: uppercase; }
h1 { color: rgb(33,37,41); font-size: 16px; line-height: 18px; background-color: rgb(255,255,255); margin: 2px 1px 0 1px; padding: 6px 10px; text-align: left; display: flex; align-items: center; justify-content: flex-start; gap: 8px; }
h1 i { color: rgb(138,43,226); font-size: 14px; }
h2 { background-color: rgb(255,255,255); color: rgb(33,37,41); padding: 10px; font-size: 18px; margin: 20px 1px 0 1px; }
h2 i { color: rgb(138,43,226); margin-right: 8px; }
 
.head-wrapper { font-size: 0; text-align: center; overflow: hidden; }
.head { background-color: rgb(255,255,255); margin: 2px 1px 0 1px; padding: 8px 10px; overflow: hidden; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 10px; }
.logo { display: inline-block; vertical-align: top; flex-shrink: 0; }
.logo a { color: rgb(33,37,41); text-transform: uppercase; font-size: 22px; height: 30px; line-height: 30px; display: block; }
.logo a span { color: rgb(138,43,226); }

.head-menu { display: inline-block; vertical-align: top; flex-shrink: 0; }
.head-menu ul { overflow: hidden; }
.head-menu li { display: inline-block; vertical-align: top; margin: 0 3px; text-transform: uppercase; }
.head-menu li a { display: block; font-size: 12px; line-height: 28px; height: 28px; padding: 0 10px; border: 1px solid rgb(180,160,200); border-radius: 3px; background-color: rgb(240,235,250); color: rgb(33,37,41); }
.head-menu li a i { margin-right: 5px; color: rgb(138,43,226); }
.head-menu li a:hover, .head-menu li.active a { background-color: rgb(138,43,226); color: rgb(255,255,255); border-color: rgb(138,43,226); }
.head-menu li a:hover i, .head-menu li.active a i { color: rgb(255,255,255); }

.soc-icons { display: inline-block; vertical-align: top; flex-shrink: 0; margin: 0 5px; }

.search { display: inline-block; vertical-align: top; flex-shrink: 1; width: 240px; min-width: 180px; max-width: 280px; }
.search form { position: relative; }
.search input, .search button { display: block; font-size: 13px; outline: none; }
.search input { background-color: rgb(240,235,250); border: 1px solid rgb(180,160,200); color: rgb(33,37,41); border-radius: 15px; width: 100%; padding: 0 40px 0 12px; height: 28px; line-height: 28px; box-sizing: border-box; transition: none; }
.search input:focus { background-color: rgb(250,250,250); border-color: rgb(138,43,226); }
.search button { background-color: transparent; color: rgb(180,160,200); position: absolute; top: 0; right: 0; height: 28px; line-height: 28px; width: 35px; cursor: pointer; font-size: 14px; border: 0 none; }
.search button:hover { color: rgb(138,43,226); }

.sort-desktop { display: inline-block; vertical-align: top; flex-shrink: 0; margin-left: auto; }
.sort-desktop ul { overflow: hidden; }
.sort-desktop li { display: inline-block; vertical-align: top; margin: 0 2px; font-size: 13px; line-height: 28px; }
.sort-desktop li span { color: rgb(0, 0, 0); padding: 0 5px; }
.sort-desktop li span i { color: rgb(138,43,226); margin-right: 5px; }
.sort-desktop li a { color: rgb(33,37,41); padding: 0 10px; display: block; height: 28px; line-height: 28px; border: 1px solid rgb(180,160,200); border-radius: 3px; background-color: rgb(255,255,255); }
.sort-desktop li a:hover { background-color: rgb(138,43,226); color: rgb(255,255,255); border-color: rgb(138,43,226); }
.sort-desktop li.active a { background-color: rgb(138,43,226); color: rgb(255,255,255); border-color: rgb(138,43,226); }

.head-mobile-menu { display: none; }
.head-open-menu { display: none; }

.head-menu-mobile { display: none; }

.wrapper { margin: 0 auto; width: 99%; text-align: left; }

.clear-line { clear: both; }

.xbxx-thumb-bl { float: left; width: 100%; }
.xbxx-thumb { background-color: rgb(255,255,255); position: relative; margin: 2px 1px 0 1px; }
.xbxx-thumb:hover { background-color: rgb(138,43,226); box-shadow: 0 0 0 1px rgb(138,43,226); }
.xbxx-thumb:hover a { color: rgb(255,255,255); }
.xbxx-thumb img { width: 100%; height: auto; max-height: 200px; }
.xbxx-thumb p { line-height: 30px; height: 30px; font-size: 14px; overflow: hidden; padding: 0 10px; }
.thumb-dur, .thumb-total, .thumb-added { position: absolute; background-color: rgba(0,0,0,0.8); color: rgb(255,255,255); height: 20px; line-height: 20px; padding: 0 5px; font-size: 10px; }
.thumb-total { left: 2px; bottom: 32px; }
.thumb-added { right: 2px; top: 2px; }
.thumb-dur { right: 2px; bottom: 32px; }

.thumb-ctr p {text-transform: uppercase; font-size: 18px; }

.pages-bl { overflow: hidden; margin-top: 18px; text-align: center; font-size: 0; }
.pages-bl li { display: inline-block; vertical-align: top; margin: 2px 1px 0 1px; }
.pages-bl li a, .pages-bl li span { background-color: rgb(255,255,255); min-width: 30px; display: block; height: 40px; line-height: 40px; padding: 0 5px; font-size: 14px; }
.pages-bl li a:hover, .pages-bl li.active a { background-color: rgb(138,43,226); color: rgb(255,255,255); }

.go-to-all li a { padding: 0 20px; text-transform: uppercase; font-size: 16px; }

.bns-bl { margin-top: 18px; text-align: center; overflow: hidden; font-size: 0; }
.bn { background-color: rgb(240,235,250); display: inline-block; vertical-align: top; margin: 2px 1px 0 1px; width: 300px; height: 250px; padding: 10px; }
.bn-2, .bn-3, .bn-4, .bn-5 { display: none; }

.top-list { overflow: hidden; }
.top-list ul { width: 50%; float: left; }
.top-list li { margin: 2px 1px 0 1px; }
.top-list li a { background-color: rgb(240,235,250); color: rgb(33,37,41); height: 35px; line-height: 35px; padding: 0 10px; font-size: 14px; display: block; overflow: hidden; border: 1px solid rgb(180,160,200); }
.top-list li a i { color: rgb(138,43,226); }
.top-list li a:hover { background-color: rgb(255,255,255); color: rgb(33,37,41); }

.search-list { overflow: hidden; padding: 2px 0 10px 0; }
.search-list ul { overflow: hidden; }
.search-list li { display: inline-block; vertical-align: top; margin: 8px 4px 0 4px; }
.search-list li a { background-color: rgb(255,255,255); color: rgb(33,37,41); display: block; height: 32px; line-height: 32px; padding: 0 15px; font-size: 13px; border-radius: 16px; border: 1px solid rgb(138,43,226); }
.search-list li a:hover { background-color: rgb(138,43,226); color: rgb(255,255,255); border-color: rgb(138,43,226); }

.video-block { background-color: rgb(255,255,255); overflow: hidden; margin: 2px 1px 0 1px; }
.player { background-color: rgb(0,0,0); position: relative; width: 100%; min-height: 260px; overflow: hidden; aspect-ratio: 16/9; }
.player iframe, .player object, .player embed { width: 100%; height: 100%; }

.on-player-wrap { background-color: rgba(0,0,0,0.6); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5000; }
.on-player-block { position: absolute; top: 50%; left: 50%; width: 300px; height: 250px; z-index: 5500; margin: -125px 0 0 -150px; }
.on-pl-spts { overflow: hidden; }
.on-player-spot { background-color: rgb(250,250,250); width: 300px; height: 250px; }
.on-player-spot-2 { display: none; }
.on-player-close { position: absolute; z-index: 5600; background-color: rgb(33,37,41); color: rgb(255,255,255); border-radius: 3px; top: 0; right: 0; font-weight: bold; width: 30px; text-align: center; height: 30px; line-height: 32px; text-transform: uppercase; font-size: 18px; cursor: pointer; }
.on-player-close:hover { background-color: rgb(138,43,226); color: rgb(255,255,255); }

.right-player-col { background-color: rgb(255,255,255); margin: 2px 1px 0 1px; font-size: 0; text-align: center; padding: 8px 9px 10px 9px; overflow: hidden; }
.player-bn { background-color: rgb(240,235,250); display: inline-block; vertical-align: top; margin: 2px 1px 0 1px; width: 300px; height: 250px; }
.player-bn-2, .player-bn-3 { display: none; }

.video-info { overflow: hidden; padding: 0 0 10px 10px; position: relative; z-index: 10; }
.video-info ul { overflow: hidden; }
.video-info li {  float: left; font-size: 14px; line-height: 18px; }
ul.video-meta li { margin: 10px 10px 0 0; }
ul.video-meta li span { color: rgb(33,37,41); }
ul.video-tags { margin-top: 5px; }
ul.video-tags li { margin: 5px 10px 0 0; }
ul.video-tags li i { color: rgb(138,43,226); }
ul.video-tags li a:hover { text-decoration: underline; }

.footer-wrapper { background-color: rgb(25,15,35); margin-top: 20px; }
.footer { background-color: rgb(255,255,255); margin: 0 auto; overflow: hidden; text-align: center; padding: 10px 0 20px 0; width: 98%; font-size: 16px; }
.footer p { margin-top: 10px; }
.footer span { color: rgb(138,43,226); }
.footer a { text-decoration: underline;}
.footer a:hover { text-decoration: none; }

@media all and (min-width:300px) {
}

@media all and (min-width:320px) {
    .xbxx-thumb-bl { width: 50%; }
    .categories-list li { float: left; width: 50%; }
}

@media all and (max-width:985px) {
    .head { flex-wrap: wrap; justify-content: space-between; }
    .logo { order: 1; }
    .head-menu { display: inline-block; order: 2; }
    .head-menu li a { font-size: 11px; padding: 0 8px; }
    .soc-icons { order: 3; width: 100%; margin: 5px 0; display: flex; justify-content: center; }
    .search { order: 4; width: 100%; max-width: 100%; margin: 5px 0; }
    .sort-desktop { order: 5; width: 100%; justify-content: center; margin: 5px 0; margin-left: 0; }
}

@media all and (min-width:400px) {
    .top-list li a { font-size: 16px; }
    .on-player-close { top: -13px; right: -13px; }
}

@media all and (min-width:500px) {
    .logo a { font-size: 26px; }
    .top-list li a { font-size: 18px; }
}

@media all and (min-width:630px) {
    .logo a { font-size: 28px; }
	.xbxx-thumb-bl { width: 33.3333%; }
    .categories-list li { width: 33.3333%; }
    .top-list ul { width: 25%; }
    .top-list li a { font-size: 14px; }
    .on-player-block { margin-top: -125px; }
    
}

@media all and (min-width:700px) {
	.bn-2, .player-bn-2 { display: inline-block; }
    .top-list li a { font-size: 15px; }
    .on-player-block { width: 604px; margin-left: -302px; }
    .on-player-spot { float: left; margin: 0 1px; }
    .on-player-spot-2 { display: block; }
}

@media all and (min-width:800px) {
    .top-list li a { font-size: 16px; }
}

@media all and (min-width:900px) {
    .categories-list li { width: 25%; }
    .top-list li a { font-size: 17px; }
}

@media all and (min-width:986px) {
    h1 { font-size: 18px; line-height: 20px; padding: 8px 10px; text-align: left; justify-content: flex-start; }
    h1 i { font-size: 16px; }
    h2 { padding: 10px; font-size: 18px; }
    .wrapper { width: 966px; }
    .head { display: flex; padding: 8px 10px; flex-wrap: nowrap; justify-content: flex-start; }
    .logo { margin: 0 15px 0 0; }
    .logo a { font-size: 24px; }
    .head-menu { display: inline-block; }
    .head-menu li { margin: 0 3px; }
    .head-menu li a { font-size: 12px; }
    .soc-icons { display: inline-block; margin: 0 10px; }
    .search { display: inline-block; width: 260px; }
    .sort-desktop { display: inline-block; margin-left: auto; }
    .sort-mobile { display: none; }
    .xbxx-thumb-bl { width: 322px; }
    .xbxx-thumb a img { width: 320px; height: 220px; }
    .thumb-ctr .thumb-name { font-size: 18px; }
	.bn-3 { display: inline-block; }
    .top-list li a { font-size: 18px; height: 40px; line-height: 40px; }
    .video-block { float: right; width: 642px; }
	.player { height: 450px; }
	ul.video-tags { max-height: 23px; }
	.right-player-col { float: left; width: 320px; padding: 17px 0 27px 0; }
	.player-bn { display: block; margin: 10px 10px 0 10px; }
	.player-bn-2, .player-bn-3 { display: none; }
    .footer { width: 966px; }
}


@media all and (min-width:1308px) {
    .wrapper, .footer { width: 1288px; }
    h1 { font-size: 20px; line-height: 22px; }
    h1 i { font-size: 18px; }
    .logo a { font-size: 26px; }
    .search { width: 300px; }
    .bn-4 { display: inline-block; }
    .top-list ul { width: 12.5%; }
    .top-list li a { font-size: 14px; }
    .video-block { width: 964px; }
	.player { height: 450px; }
	.video-info { padding: 6px 18px 18px 18px; }
	.right-player-col { padding: 0 0 10px 0; }
	.player-bn-2 { display: block; }
    .on-player-block { width: 620px; margin-left: -310px; }
    .on-player-spot { margin: 0 5px; }
	.on-player-close { height: 50px; line-height: 50px; font-size: 30px; width: 50px; top: -26px; right: -26px; }
}

@media all and (min-width:1630px) {
    .wrapper, .footer { width: 1610px; }
    h1 { font-size: 22px; line-height: 24px; }
    h1 i { font-size: 20px; }
    .logo a { font-size: 28px; }
    .search { width: 360px; }
    .bn-5 { display: inline-block; }
    .top-list li a { font-size: 16px; }
    .video-block { width: 1286px; }
	.player { height: 450px; }
	.player-bn-3 { display: block; }
	.video-info { padding: 18px 20px 28px 20px; }
	.video-info li { font-size: 18px; line-height: 22px; }
	ul.video-meta { margin-top: 5px; }
	ul.video-tags { max-height: 32px; }
	ul.video-tags li { margin: 10px 10px 0 0; }
    
}


.legal-page-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}
.legal-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
}
.legal-page-header h1 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    border: none;
    padding: 0;
    margin: 0;
    text-transform: none;
    letter-spacing: normal;
    background: none;
}
.legal-back-link {
    display: inline-block;
    padding: 10px 20px;
    background: rgb(138,43,226);
    color: rgb(255,255,255);
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}
.legal-back-link:hover {
    background: rgb(106,13,173);
    color: rgb(255,255,255);
}
.legal-content-box {
    background: rgb(255,255,255);
    border: 1px solid rgb(180,160,200);
    border-radius: 8px;
    padding: 35px;
}
.legal-content-box h2 {
    color: rgb(33,37,41);
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 15px 0;
    border: none;
    padding: 0;
    background: none;
    text-transform: none;
}
.legal-content-box h2:first-child {
    margin-top: 0;
}
.legal-content-box h3 {
    color: rgb(33,37,41);
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0 12px 0;
}
.legal-content-box p {
    color: rgb(29,0,59);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: left;
}
.legal-content-box ul, .legal-content-box ol {
    margin: 15px 0 15px 25px;
    color: rgb(29,0,59);
    font-size: 14px;
    line-height: 1.8;
}
.legal-content-box ul li, .legal-content-box ol li {
    margin-bottom: 8px;
    list-style-type: disc;
}
.legal-content-box ol li {
    list-style-type: decimal;
}
.legal-content-box strong {
    color: rgb(33,37,41);
    font-weight: 600;
}
.legal-content-box a {
    color: rgb(138,43,226);
    text-decoration: none;
}
.legal-content-box a:hover {
    color: rgb(106,13,173);
    text-decoration: underline;
}
.legal-highlight-box {
    background: rgb(240,235,250);
    border-left: 4px solid rgb(138,43,226);
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
}
.legal-highlight-box p {
    margin-bottom: 10px;
}
.legal-highlight-box p:last-child {
    margin-bottom: 0;
}
.legal-warning-box {
    background: rgb(255,245,245);
    border-left: 4px solid rgb(244,67,54);
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
}
.legal-last-updated {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgb(180,160,200);
    color: rgb(180,160,200);
    font-size: 13px;
}
@media (max-width: 600px) {
    .legal-page-wrap {
        padding: 20px 15px;
    }
    .legal-page-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .legal-page-header h1 {
        font-size: 20px;
    }
    .legal-content-box {
        padding: 25px 20px;
    }
}

.contact-page-wrap {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
}
.contact-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.contact-page-header h1 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 600;
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    text-transform: none;
}
.contact-back-link {
    display: inline-block;
    padding: 10px 20px;
    background: rgb(138,43,226);
    color: rgb(255,255,255);
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
}
.contact-back-link:hover {
    background: rgb(106,13,173);
    color: rgb(255,255,255);
}

.contact-form-box {
    background: rgb(255,255,255);
    border: 1px solid rgb(180,160,200);
    border-radius: 8px;
    padding: 30px;
}
.contact-form-row {
    margin-bottom: 20px;
}
.contact-form-row label {
    display: block;
    color: rgb(33,37,41);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
}
.contact-form-row label span {
    color: rgb(244,67,54);
}
.contact-form-row input,
.contact-form-row select,
.contact-form-row textarea {
    display: block;
    width: 100%;
    padding: 12px 15px;
    background: rgb(240,235,250);
    border: 1px solid rgb(180,160,200);
    border-radius: 6px;
    color: rgb(33,37,41);
    font-size: 14px;
    font-family: 'Abel', sans-serif;
}
.contact-form-row input:focus,
.contact-form-row select:focus,
.contact-form-row textarea:focus {
    outline: none;
    border-color: rgb(138,43,226);
}
.contact-form-row input::placeholder,
.contact-form-row textarea::placeholder {
    color: rgb(158,158,158);
}
.contact-form-row select {
    cursor: pointer;
}
.contact-form-row select option {
    background: rgb(240,235,250);
    color: rgb(33,37,41);
}
.contact-form-row textarea {
    min-height: 120px;
    resize: vertical;
}
.contact-url-row {
    display: none;
}

.contact-submit-btn {
    display: block;
    width: 100%;
    padding: 14px;
    background: rgb(138,43,226);
    border: none;
    border-radius: 6px;
    color: rgb(255,255,255);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.contact-submit-btn:hover {
    background: rgb(106,13,173);
}

.contact-alert {
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
}
.contact-alert-success {
    background: rgba(74, 222, 128, 0.15);
    border: 1px solid rgb(74,222,128);
    color: rgb(34,197,94);
}
.contact-alert-error {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgb(239,68,68);
    color: rgb(220,38,38);
}

.contact-info-box {
    margin-top: 25px;
    padding: 20px;
    background: rgb(240,235,250);
    border: 1px solid rgb(180,160,200);
    border-radius: 6px;
    border-left: 4px solid rgb(138,43,226);
}
.contact-info-box h3 {
    color: rgb(33,37,41);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}
.contact-info-box p {
    color: rgb(29,0,59);
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 12px;
    text-align: left;
}
.contact-info-box p:last-child {
    margin-bottom: 0;
}
.contact-info-box a {
    color: rgb(138,43,226);
    text-decoration: none;
}
.contact-info-box a:hover {
    color: rgb(106,13,173);
    text-decoration: underline;
}

@media (max-width: 480px) {
    .contact-page-wrap { 
        padding: 20px 15px; 
    }
    .contact-page-header { 
        flex-direction: column; 
        gap: 15px; 
        align-items: flex-start; 
    }
    .contact-form-box { 
        padding: 20px; 
    }
}


#no-results-container {
    text-align: center;
    padding: 40px 20px;
    background: rgb(255,255,255);
    border: 1px solid rgb(180,160,200);
    margin: 10px 5px;
    border-radius: 8px;
}
.no-results-icon {
    margin-bottom: 20px;
}
.no-results-icon img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
}
.no-results-title {
    color: rgb(33,37,41) !important;
    font-size: 24px !important;
    margin: 20px 0 !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}
.no-results-title span {
    color: rgb(138,43,226) !important;
}
.no-results-text {
    color: rgb(29,0,59) !important;
    font-size: 16px !important;
    margin-bottom: 20px !important;
    line-height: 1.5 !important;
}
.no-results-tips {
    text-align: left;
    max-width: 400px;
    margin: 0 auto 30px;
    padding-left: 20px;
    color: rgb(29,0,59) !important;
    line-height: 1.6;
    font-size: 14px !important;
}
.no-results-tips li {
    display: list-item;
    margin-bottom: 8px;
    list-style-type: disc;
    list-style-position: outside;
    color: rgb(29,0,59) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.footer-info-text {
    padding: 20px 10px;
    background: rgb(255,255,255);
    border-top: 1px solid rgb(180,160,200);
}
.footer-info-text p {
    color: rgb(29,0,59) !important;
    font-size: 13px !important;
    line-height: 1.8 !important;
    margin: 0 !important;
    text-align: left !important;
}
.footer-info-text a {
    color: rgb(138,43,226) !important;
    text-decoration: none !important;
}
.footer-info-text a:hover {
    color: rgb(33,37,41) !important;
    text-decoration: underline !important;
}
@media (max-width: 600px) {
    .footer-info-text {
        padding: 15px 10px;
    }
    .footer-info-text p {
        font-size: 12px !important;
    }
}

.player video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.plyr__controls {
    display: none !important;
}

.plyr__control--overlaid {
    display: none !important;
}

.video-facade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.7);
    border: 3px solid rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: rgb(255, 255, 255);
    padding-left: 8px;
}

.video-facade:hover .play-button {
    background: rgba(138, 43, 226, 0.9);
    border-color: rgb(138,43,226);
}

@media all and (min-width:400px) {
    .play-button { width: 90px; height: 90px; font-size: 35px; }
}

@media all and (min-width:600px) {
    .play-button { width: 100px; height: 100px; font-size: 40px; }
}

@media all and (min-width:986px) {
    .play-button { width: 120px; height: 120px; font-size: 50px; }
}
