﻿@media screen and (max-width: 720px) {
    #widget-container {
        width: auto;
    }

    .chatWidget {
        bottom:80px!important;
    }
    .ac-container {
        /* padding:0px !important;*/
    }

    botActivityDecorator .botActivityDecorator__buttonBar {
        display: flex;
        /* justify-content: flex-end; */
        list-style-type: none;
         margin-bottom: -3px; 
         margin-right: 0px!important; 
    }
    .webchat__stacked-layout__main {
        display: block;
    }

    .botActivityDecorator {
        max-width:360px;
    }

    .react-film__filmstrip {
        max-width:360px;
    }

    div#driver-popover-item {
        left: 0px!important;
        top: 0px!important;
    }
}
/*
@media screen and (max-width: 450px) {
    .react-film__filmstrip {
        max-width: 450px;
    }
}*/
