#page_ams_cam video,
#page_ams_obs video,
#page_profile_index .live-video-profile video{
	width: 100%;
	max-width: 640px;
}



#page_ams_cam label {
	margin-left: 5px;
}


.obs-buttons {
	margin-bottom: 20px;
}
.obs-buttons a{
	margin-right: 10px;
}
.obs-server-info{
	display: none;
	margin-bottom: 20px;
}
.obs-info {
	margin-bottom: 20px;
}

.live_btn_holder{
	text-align:center;
}

.live_btn_holder .select-btn{

padding: 70px !important;
margin-bottom: 40px;
font-size: 20px;
width: 300px;
max-width: 300px;
}

.stream-item{
width: 300px;
    padding: 20px;
    float: left;
}


.live-video-block{

    border-radius: 6px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
    padding: 16px;
    margin-bottom: 16px;

}
.live-video-profile{

	text-align: center;

    border-radius: 8px;
    background-color: black;
    margin-bottom: 16px;
}

.live-video-block iframe{
	display: block;
}


@media (max-width: 767px){
	.live-video-block iframe, .live-video-profile iframe{
		width: 280px;
		height: 158px;
	}
}

/*chat*/

		#bloc1, #lastLog
		{
			display:inline;
		}
		
.chat-holder{
	text-align: left;
max-width: 100%;
}
#shoutbox {
	height:262px;
	background:white;
	border:1px solid #efefef;
	padding: 5px;
	overflow: auto;
}

.shoutbox-submit-btn {
    position: absolute;
    width: 100px;
    bottom: 0px;
    right: 0px;
	border-radius: 0px;
	border-bottom-right-radius: 6px;
}
.shoutbox-msg-imput {
	position: relative;
	max-width: calc(100% - 100px);
	border-radius: 0px;
	border-bottom-left-radius: 6px;
	border-color: #efefef !important;
}
.chat-label{
	display: block;
width: 100%;
padding: 0;
margin-bottom: 16px;
font-size: 21px;
line-height: inherit;
color: #a2a2a2;
}

.live-video-block .card-img-top a{
width:60px !important;
height:60px !important;
}

.ams_wrapper_container{
    width: 100%;
    height: 320px;	
}
.vod-item {
	position: relative;
    z-index: 1;
	text-align: center;
	align-items: center;
	width: 350px;
	height:180px;
    float: left;
	margin-right:20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 800px){
.vod-item {
	width: 100%;
	height:220px;
}
}
.vod-item-image {
	position:absolute;
    width: 100%;
    height: 100%;
     z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background-size:cover;
	background-position: center center;
}
.vod-item-user {
	width:50px;
	height:50px;
	margin-left: 10px;
    margin-top: 10px;
}
#page_ams_play .video-info ._size__120, #page_ams_play .video-info ._size__120:hover {
  width: 40px !important;
  height: 40px !important;
}
#page_ams_play .video-info .no_image_user > span, #page_ams_play .video-info .no_image_user:hover > span {
  font-size: 12px;
}
.vod-item-user .no_image_user {
	width:40px;
	height:40px;
}

.vod-item-time{
	right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    background: rgba(0,0,0,0.5);
    color: white;
    padding: 5px;
}
#page_ams_play .video-info-main {
margin-left: 8px;
}

#page_ams_play .video-view .video-info {
    display: flex;
    margin-bottom: 12px;
}
html[dir="ltr"] #page_ams_play .video-view .video-info {
    padding-right: 32px;
}
#page_ams_play .video-view .item_bar .item_bar_action_holder .item_bar_action {
    background: none;
    color: #a2a2a2;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    width: 32px;
    height: 32px;
}

#page_ams_play .video-view .video-info .video-info-image {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 100%;
    overflow: visible !important;
}
#page_ams_play .video-view .video-info .video-info-main .video-author {
    word-break: break-word;
    word-wrap: break-word;
}
#page_ams_play .video-view .video-info .video-info-main > span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #a2a2a2;
}