﻿.video-wrapper{position:relative;width:100%;max-width:350px;margin:0 auto;}.video-wrapper .video-overlay-mask{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;}.custom-play-btn{width:110px;height:110px;background-color:#340ace;border:0;outline:0;-webkit-appearance:none;border-radius:50%;box-shadow:0 4px 15px rgba(0,0,0,.4);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:10px;transition:transform .2s ease,background-color .2s ease;}.custom-play-btn .arrow-circle{width:40px;height:40px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;}.custom-play-btn .arrow-circle .fa-play{color:#340ace;font-size:1rem;margin-left:3px;transition:color .2s ease;}.custom-play-btn .play-text{color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;}.custom-play-btn:hover{background-color:#eb1d25;transform:scale(1.05);}.custom-play-btn:hover .arrow-circle .fa-play{color:#eb1d25;}