/* Imports */

@import url("content.css");

/*For intro image*/

.itemshowpopouptopbarformobile{
    display: none;
    position: relative;
    float: left;
    width: calc(100% - 40px);
    margin: 10px;
    padding: 10px;
    background-color: #f6f6f6;
    border-radius: 10px;
    overflow: hidden;
}
.itemshowpopoupminicontenttitleholder{
    display: none;
    position: relative;
    float: left;
    width: calc(100% - 20px);
    height: 80px;
    margin: 0 10px;
    margin-top: 10px;
}
.itemshowpopoupminicontentintroimage{
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    transform: scale(.7);
    transform-origin: top left;
}
.itemshowpopoupminicontenttitle{
    position: relative;
    float: left;
    width: calc(100% - 80px);
    margin-left: -20px;
}
.itemshowpopoupminichannelholder{
    position: relative;
    float: left;
    width: calc(100% - 80px);
    margin-left: -20px;
}
.contentintroimageexpanded{
    display: none;
}

@media only screen and (max-width: 720px){
    .itemshowpopouptopbarformobile{
        display: block;
    }

}