
.video-item  {

padding:10px;

}
#module-myvideomag-videolist #body_wrapper{
	background:#fff
}
.video-item > div {
border-radius: 15px;
  display: block;
  border: 1px solid #eef2f9;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
}
.video-itemm {
	padding:10px;
	border-bottom:1px solid #ddd
}
.video-itemm:last-child {
	border-bottom:0px solid #ddd
}
.video-itemm a {
	display:block;
	padding:10px;
width:100%;
}

.video-item img{
	border-radius: 15px;
  max-height: 150px;
  object-fit: cover;
  width: 100%;
  min-width: 150px;
  min-height: 150px;
}
.video-itemm img{
	border-radius: 15px;
  max-height: 100px;
  object-fit: cover;
  width: 100%;
  min-width: 100px;
  min-height: 100px;
}
.media-wrapper *{
	direction:ltr
}
.media-wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;

}
.video-itemm  .s_title_block{
	height:4rem;
	font-size:13px;
}
 #media-player {
  width: 100%;
  min-height: 514px;
  border-radius: 10px;
  overflow: hidden;
}
.video-itemm a p{
color: #697a9b;
font-size:12px;
}
  #media-player .vjs-poster img {
  object-fit: cover;
}
#module-myvideomag-videolist .current .page-link{
    color: #fff !important;
  background-color: #1a3365;
  border: 1px solid rgba(0,0,0,.1);
}
.video-grid .videoinfo{
    color: #697a9b;
  font-size: 12px;
  padding:10px;
  font-feature-settings: "ss02";
  border-top: 1px solid rgba(0,0,0,0.1);
}
.video-item .st-sidebar-svg-icon{
min-width: 45px;
  max-width: 45px;
  position: absolute;
  text-align: center;
  padding: 0;
  min-height: 32px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffffed;
  padding: 0;
  backdrop-filter: blur(5px);
}
.video-grid  .s_title_block{
    padding:0 10px;
}
.video-info{
   justify-content: space-between;
  align-items: center; 
}
.video-info .avatar{
    align-items: center;   
}
.like-buttonn, .viewss {
font-size: 14px;
  font-weight: 600;
  background-color: rgb(245, 245, 249);
  color: rgb(33, 34, 38);
  border: 0;
  border-radius: 10px;
  padding: 5px 12px;
  margin-right:5px !important;
  }
.video-info  .fto-share-1::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../img/share.png) no-repeat top center;
    background-size: auto;
  background-size: contain;
  margin: 5px auto;
}
.video-info .bshare .close {
  text-shadow: none;
  position: absolute;
  left: 10px;
}
@media screen and (max-width: 768px) {
    #module-myvideomag-videosingle  .bshare {

    top: 0;
  }
    .like-buttonn, .viewss , .like-buttonn {
font-size: 13px;
padding: 5px;
  flex: 1;
  text-align: center;
}
.video-info {
  justify-content: space-between;
  align-items: revert;
  flex-direction: column;
}
.media-wrapper {
  position: relative;
  max-width: unset;
  overflow: hidden;
  margin: -15px -15px 0 -15px;
}
#media-player {
  border-radius: 0;
  min-height: 314px;

}
}