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

body { background-color: rgb(32,22,18); color: rgb(175,155,145); font-family: 'Abel', sans-serif; }
input, button { font-family: 'Abel', sans-serif; }

li { list-style-type: none; }

img { background-color: rgb(70,50,40); display: block; }

a { color: rgb(245,235,225); text-decoration: none; }
a:hover { color: rgb(255,140,50); }

h1, h2 { display: block; font-weight: normal; text-transform: uppercase; }
h1 { color: rgb(245,235,225); font-size: 16px; line-height: 18px; background-color: rgb(24,16,12); 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(255,140,50); font-size: 14px; }
h2 { background-color: rgb(24,16,12); color: rgb(245,235,225); padding: 10px; font-size: 18px; margin: 20px 1px 0 1px; }
h2 i { color: rgb(255,140,50); margin-right: 8px; }
 
.head-wrapper { font-size: 0; text-align: center; overflow: hidden; }
.head { background-color: rgb(24,16,12); 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(245,235,225); text-transform: uppercase; font-size: 22px; height: 30px; line-height: 30px; display: block; }
.logo a span { color: rgb(255,140,50); }

.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(70,50,40); border-radius: 3px; }
.head-menu li a i { margin-right: 5px; color: rgb(255,140,50); }
.head-menu li a:hover, .head-menu li.active a { background-color: rgb(255,140,50); color: rgb(255,255,255); border-color: rgb(255,140,50); }
.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: transparent; border: 1px solid rgb(70,50,40); color: rgb(235,220,205); 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(16,11,8); border-color: rgb(255,140,50); }
.search button { background-color: transparent; color: rgb(155,135,120); 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(255,140,50); }

.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(205,185,170); padding: 0 5px; }
.sort-desktop li span i { color: rgb(255,140,50); margin-right: 5px; }
.sort-desktop li a { color: rgb(205,185,170); padding: 0 10px; display: block; height: 28px; line-height: 28px; border: 1px solid rgb(70,50,40); border-radius: 3px; background-color: rgb(32,22,18); }
.sort-desktop li a:hover { background-color: rgb(255,140,50); color: rgb(255,255,255); border-color: rgb(255,140,50); }
.sort-desktop li.active a { background-color: rgb(255,140,50); color: rgb(255,255,255); border-color: rgb(255,140,50); }

.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; }

.xxnx-thumb-bl { float: left; width: 100%; }
.xxnx-thumb { background-color: rgb(24,16,12); position: relative; margin: 2px 1px 0 1px; }
.xxnx-thumb:hover { background-color: rgb(255,140,50); box-shadow: 0 0 0 1px rgb(255,140,50); }
.xxnx-thumb:hover a { color: rgb(255,255,255); }
.xxnx-thumb img { width: 100%; height: auto; max-height: 200px; }
.xxnx-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(15,10,6,0.8); color: rgb(235,220,205); 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(24,16,12); 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(255,140,50); 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(60,45,70); 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(70,50,40); color: rgb(205,185,170); height: 35px; line-height: 35px; padding: 0 10px; font-size: 14px; display: block; overflow: hidden; }
.top-list li a i { color: rgb(255,140,50); }
.top-list li a:hover { background-color: rgb(24,16,12); color: rgb(245,235,225); }

.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(70,50,40); color: rgb(205,185,170); display: block; height: 32px; line-height: 32px; padding: 0 15px; font-size: 13px; border-radius: 16px; border: 1px solid rgb(70,50,40); }
.search-list li a:hover { background-color: rgb(255,140,50); color: rgb(255,255,255); border-color: rgb(255,140,50); }

.video-block { background-color: rgb(18,12,24); overflow: hidden; margin: 2px 1px 0 1px; }
.player { background-color: rgb(0,0,0); position: relative; width: 100%; height: 260px; }
.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(30,20,35); width: 300px; height: 250px; }
.on-player-spot-2 { display: none; }
.on-player-close { position: absolute; z-index: 5600; background-color: rgb(240,230,245); color: rgb(18,12,24); 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(192,46,59); color: rgb(255,255,255); }

.right-player-col { background-color: rgb(18,12,24); margin: 2px 1px 0 1px; font-size: 0; text-align: center; padding: 8px 9px 10px 9px; overflow: hidden; }
.player-bn { background-color: rgb(28,18,32); 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; }
.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(240,230,245); }
ul.video-tags { margin-top: 5px; }
ul.video-tags li { margin: 5px 10px 0 0; }
ul.video-tags li i { color: rgb(192,46,59); }
ul.video-tags li a:hover { text-decoration: underline; }

.footer-wrapper { background-color: rgb(24,16,12); margin-top: 20px; }
.footer { 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(255,140,50); }
.footer a { text-decoration: underline;}
.footer a:hover { text-decoration: none; }

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

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

@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; }
    .player { height: 350px; }
    .top-list li a { font-size: 18px; }
}

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

@media all and (min-width:700px) {
    .player { height: 450px; }
	.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) {
	.player { height: 500px; }
    .top-list li a { font-size: 16px; }
}

@media all and (min-width:900px) {
	.player { height: 510px; }
    .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; }
    .xxnx-thumb-bl { width: 322px; }
    .xxnx-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: 8px 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(245,235,225);
    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(255,140,50);
    color: rgb(255,255,255);
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}
.legal-back-link:hover {
    background: rgb(235,120,30);
    color: rgb(255,255,255);
}
.legal-content-box {
    background: rgb(24,16,12);
    border: 1px solid rgb(70,50,40);
    border-radius: 8px;
    padding: 35px;
}
.legal-content-box h2 {
    color: rgb(245,235,225);
    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(245,235,225);
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0 12px 0;
}
.legal-content-box p {
    color: rgb(175,155,145);
    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(175,155,145);
    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(245,235,225);
    font-weight: 600;
}
.legal-content-box a {
    color: rgb(255,140,50);
    text-decoration: none;
}
.legal-content-box a:hover {
    color: rgb(235,120,30);
    text-decoration: underline;
}
.legal-highlight-box {
    background: rgb(32,22,18);
    border-left: 4px solid rgb(255,140,50);
    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(40,25,20);
    border-left: 4px solid rgb(230,80,80);
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
}
.legal-last-updated {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgb(70,50,40);
    color: rgb(155,135,125);
    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(245,235,225);
    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(255,140,50);
    color: rgb(255,255,255);
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
}
.contact-back-link:hover {
    background: rgb(235,120,30);
    color: rgb(255,255,255);
}

.contact-form-box {
    background: rgb(24,16,12);
    border: 1px solid rgb(70,50,40);
    border-radius: 8px;
    padding: 30px;
}
.contact-form-row {
    margin-bottom: 20px;
}
.contact-form-row label {
    display: block;
    color: rgb(245,235,225);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
}
.contact-form-row label span {
    color: rgb(230,80,80);
}
.contact-form-row input,
.contact-form-row select,
.contact-form-row textarea {
    display: block;
    width: 100%;
    padding: 12px 15px;
    background: rgb(32,22,18);
    border: 1px solid rgb(70,50,40);
    border-radius: 6px;
    color: rgb(235,220,205);
    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(255,140,50);
}
.contact-form-row input::placeholder,
.contact-form-row textarea::placeholder {
    color: rgb(125,105,95);
}
.contact-form-row select {
    cursor: pointer;
}
.contact-form-row select option {
    background: rgb(32,22,18);
    color: rgb(235,220,205);
}
.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(255,140,50);
    border: none;
    border-radius: 6px;
    color: rgb(255,255,255);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.contact-submit-btn:hover {
    background: rgb(235,120,30);
}

.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(32,22,18);
    border: 1px solid rgb(70,50,40);
    border-radius: 6px;
    border-left: 4px solid rgb(255,140,50);
}
.contact-info-box h3 {
    color: rgb(245,235,225);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}
.contact-info-box p {
    color: rgb(175,155,145);
    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(255,140,50);
    text-decoration: none;
}
.contact-info-box a:hover {
    color: rgb(235,120,30);
    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(24,16,12);
    border: 1px solid rgb(70,50,40);
    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(245,235,225) !important;
    font-size: 24px !important;
    margin: 20px 0 !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}
.no-results-title span {
    color: rgb(255,140,50) !important;
}
.no-results-text {
    color: rgb(175,155,145) !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(175,155,145) !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(175,155,145) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.footer-info-text {
    padding: 20px 10px;
    background: rgb(24,16,12);
    border-top: 1px solid rgb(70,50,40);
}
.footer-info-text p {
    color: rgb(175,155,145) !important;
    font-size: 13px !important;
    line-height: 1.8 !important;
    margin: 0 !important;
    text-align: left !important;
}
.footer-info-text a {
    color: rgb(255,140,50) !important;
    text-decoration: none !important;
}
.footer-info-text a:hover {
    color: rgb(245,235,225) !important;
    text-decoration: underline !important;
}
@media (max-width: 600px) {
    .footer-info-text {
        padding: 15px 10px;
    }
    .footer-info-text p {
        font-size: 12px !important;
    }
}

/* Video Player - SEO with Plyr */
.player video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

/* Hide ONLY Plyr controls */
.plyr__controls {
    display: none !important;
}

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

/* Video facade - transparent overlay with play button */
.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(255, 140, 50, 0.9);
    border-color: rgb(255, 140, 50);
}

@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; }
}
