/* ============================================
Theme Name: PentHouse
Theme URI: THEME URL
Author: MontanaSteele
Author URI: http://montanasteele.com
Description: DESCRIPTION
Version: 1.5.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: msteele
Tags: custom-menu
============================================== */
.video-icon {
	width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    bottom: -20px;
    z-index: 111;
    left: 20px;
}
.video-icon i {
    width: 100%;
    height: 100%;
    border: 100px;
    background: #d02630;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
    font-size: 20px;
    cursor: pointer;
    z-index: 111;
    padding: revert;
}