.draft{
    width: 30vw;
    height: 7vw;
    background-color: black;
    position: fixed;
    top: 1vw;
    left: -10vw;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 0.15;
    z-index: 9999;
    padding-top: 1vw;
}
.draft i{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.video-anchor{
    position: absolute;
    display: inline-block; 
    right: 10px;
    top: -5px;
}

#gallery{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color:rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
    padding:0.5%; 
}
#gallery .image{
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#gallery .prew-image{
    width: 49%;
    height: 100%;
    cursor: pointer;
    display: inline-block;
}

#gallery .next-image{
    width: 49%;
    height: 100%;
    cursor: pointer;
    display: inline-block;
}
#post div.movie-poster{
    min-height:950px;
}

#post img.image-fullscreen{
    display: block;
    height: auto;
    margin-left:-12vw;
    max-width: 100vw!important;
    width: 100vw!important;
    text-align: center;
    box-shadow: 0 0 20px #111;
}

#post div.image-fullscreen{
    display: block;
    height: auto;
    margin-left:-12vw;
    max-width: 100vw!important;
    width: 100vw!important;
    text-align: center;
    box-shadow: 0 0 20px #111;
}

#post{
    overflow: visible;
}

.podcast-image{
    width:100%;
    border-radius: 5px;
    display: inline-block;
}
.circular-square {
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
}

body{
    overflow-x: hidden;
}