.card-event-actions {
    padding:10px 10px 0; 
    text-align: center; 	
    }
    @media only screen and (min-width:1199px) {
        .play-button {
            width: auto;
            height: auto;
            top: 63%;
        }
        .play-button svg {
            width: auto;
            height: auto;
        }
        .agenda-item-date {
            grid-template-columns: 68px 247px;
        }
       
        .event-listing-wrap .swiper-slide,
        .features-list .swiper-wrapper .swiper-slide {
            height: auto;
            overflow: hidden;
        }
        .event-listing-wrap .swiper-slide .col,
        .feature-item {
            height: 100%;
        }
    
        
        .social__media a:last-child {
            margin-right: 0;
        }
        .agenda-item {
            gap: 10px;
        }
    }
    .card-speaker-details {
        padding-right: 5px;
    }
    .lp-event-info .inline-link {
        margin-bottom: 8px;
    }
    .agenda-item-details h6 {
        font-size: 20px;
    }
    .lp-intro-section .small .card-media--with-video {
        width: 100%;
    }
    
    .card-event-actions .btn svg,
    .features-list a.btn svg {
        width: 30px;
    }
    .card-event-actions .btn {
        justify-content: center;
    }
    .agenda-item-details h6  {
        margin-bottom: 8px;
    }
    
    
    
    .lp-contact .col:last-child h2{
        margin-bottom: 18px;
    }
    @media only screen and (max-width: 1199px) {
        .event-listing-wrap .swiper-slide .btn svg{
            width: 35px;
        }
    
        .agenda-item-date {
            grid-template-columns: 68px 1fr;
        }

        .tag-group .tag {
            padding: 6px 14px 7px;
        }
    }
    @media only screen and (max-width:1024px) {  
    
        .agenda-item-details {
            width: 100%;
        }
    }
    
    
    .page-template-at-a-glance .gprev.gbtn,
    .page-template-at-a-glance .gnext.gbtn {
        display: none;
    }


    .card-media .play-button::after {
        content: '';
        position: absolute;
        width: 15px;
        height: 20px;
        background-color: #000;
        left: 36%;
        top: 30%;
        z-index: -1
    }

    .card-media .play-button,
    .card-media .play-button svg  {
        width: auto;
        height: auto;
    }

    .card-event-actions {
        display: flex;
        flex-direction: column;
        justify-content: center;

    }

.card-event-actions .btn {
    width: 100%;
    min-width: 100%;
}
