@media only screen and (max-width: 1026px) {
.rside {
display: none;
}
.left {
    	width: 95% !important;
	left: 0 !important;
      	display: block;
      	margin-left: auto !important;
      	margin-right: auto !important;
}
.list-img{
min-width:100%;
border-radius:1.7vw;
margin:auto;
padding:0!important;
max-height:480px;
}
.list-vid{
    display:block;
    margin:0 auto;
    width:100%;
    padding:5%;
    border-radius:3vw;
}
.list-left{
width:95%!important;
padding:2%;
padding-top: 0!important;
margin: auto
}
.list-right{
width:95%!important;
margin: auto;
position: relative;
}
.list-flex{
    display:flex;
    flex-direction:column-reverse!important;
    min-width:100%;
    max-width:100%;
}
.list-title {
font-size: unset!important;
}
.list-description{
display:none;
}

  }
/*end of mobile layout*/
.footer-pwr-main {

    display: flex;
    flex-direction: row;
    margin: auto;
    text-align: center;
    align-self: center;
    padding: 0;

}
.footer-pwr-pwr{
margin-left:auto;
margin-right:0;
}
.footer-pwr-copy{
margin-left:0;
margin-right:auto;
}
.list-date {
  top: 0;
  padding: 0.5em;
  right: 0;
  text-align: right;
  position: absolute;
}
.list-title {
    font-size: x-large;
}
.list-img-container {
  position: absolute;
  bottom: 0;
  color: white;
  min-width: 100%;
  min-height: 100%;
  left: ;
}
.list-img-container-text-top {
  background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.5),#0000);
  top: 0;
  border-top-left-radius: 1.7vw;
  border-top-right-radius: 1.7vw;
  height: 2.5em;
}
.list-img-container-uploader-avatar {
  display: none;
}
.list-img-container-text-bottom {
  bottom: 0;
  min-width: 100%;
  border-bottom-right-radius: 1.7vw;
  border-bottom-left-radius: 1.7vw;
  background-image: linear-gradient(#0000,rgba(0,0,0,0.5),rgba(0,0,0,0.7));
  height: 2.5em;
  position: absolute;
  margin: auto;
}
.list-img-container-text-views {
  position: absolute;
  bottom: 0;
  text-align: left;
  padding: 0.5em;
}
.list-img-container-text-length {
  right: 0;
  position: absolute;
  text-align: right;
  bottom: 0;
  padding: 0.5em;
}
.list-img-container-uploader-name {
  text-align: left;
  padding: 0.5em;
}
.list-img-container-text-top {
}
.list-img{
    min-width:100%;
    padding:0;
    border-radius:1.7vw;
}
.list-vid{
    display:block;
    margin:0 auto;
    width:100%;
    padding:5%;
    border-radius:3vw;
}
.list-left{
    width:60%;
    padding:2%;
}
.list-right{
    width:40%;
position:relative;
}
.list-flex{
    display:flex;
    flex-direction:row;
    min-width:100%;
    max-width:100%;
}
.skip{
    width: 100%;
    padding: 10%;
    border-radius: 10px;
    color: black;
    text-align: center;
    height: 3em;
    
}
.skip-active{
    background-color: yellow;
    width: 33.3%;
    

}
.skip-inactive{
    width: 33.3%;
    background-color: orange;
}
h2 {
    color: green;
    word-break: break-word;
}.rside{
    border-radius: 10px;
width: 20%;
padding: 1%;
position: absolute;
right: 3%;
background: lightgray;
color: black;
}.left {
    border-radius: 10px;
    position: relative;
    left: 50px;
    width: 70%;
	background: lightgray;
    padding: 1%;
    /*min-height: calc(100vh - 100px);*/
    
}img {
	width:auto;
	max-width:95%;
	height:auto;
}.yl, .yl:visited{
    color: black;
    background: #FFFF00;
    padding: 1%;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
}
.yl:hover, .yl:active{
   
   background: #BEBE20;
   text-decoration: none;
   color: black;
  
}c {
    color: green;
	font-size: 20px;
    
}
e:link, e:visited {
    background-color: rgb(31, 198, 111);
    color: white;
    padding: 14px 25px;
    text-align: center; 
    text-decoration: none;
    display: inline-block;
}

e:hover, e:active {
    background-color: lightgreen;
	color: green ;
}
body {
    background-color: lightyellow;
    
} 
/* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 450px}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #f1f1f1;
      height: 100%;
    }
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #555;
      color: white;
      padding: 15px;
      bottom: 0px;
      position: unset ;
      width: 100%;
      text-align: center;
	display: inline-block;
	margin-top: 5%;
      
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }
    .push{

        /*min-height: calc(100vh - 100px);*/
	display: none;
    }
    .gdpr{
        border-radius: 10px;
        padding: 2%;
        position: fixed;
        margin: auto;
        background-color: lightblue;
        color: gray;
        left: 1%;
        width: 94%;
        bottom: 1%;
        }
    
    .grl:link, .grl:visited{
        color: #FFFFFF;
        background: gray;
        padding: 1%;
        border-radius: 3px;
        text-decoration: none;
    }
    .grl:hover, .grl:active{
       
        background: #52524D;
       
    }   
    .error{
        color: red;
    } 
