.video-store-item {
    display: block;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}
.video-store-item a {
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
}
.video-store-item:hover .icon-sp-controller-play-border {
    display: block;
    cursor: pointer;
}
.video-store-item .video-store-img {
    position: relative;
}
.video-store-item .video-store-img img {
    max-width: none;
}
.video-store-item .icon-sp-controller-play-border {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    padding: 25% 45%;
    font-size: 60px;
    color: #fff;
}
.video-store-item h4 {
    text-align: center;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.video-store-item .video-store-options {
    display: block;
    position: relative;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
}
.video-profile-preview {
    background-color: #000000;
    position: relative;
    width: 100%;
    /* padding-top: 56.25%; */ /* 16:9 Aspect Ratio */
    margin: 20px 0;
    max-height: 540px;
    overflow: hidden;
}

/*.video-profile-preview-inner,
.video-profile-preview-inner video {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    margin: 0 auto;
}*/

.video-profile-preview-inner,
.video-profile-preview-inner video,
.video-profile-preview-inner img {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 540px;
    min-height: 540px;
    overflow: hidden;
}

.video-profile-info .video-price {
    text-align: center;
    padding-bottom: 20px;
    font-size: 34px;
    line-height: 50px;
}
.video-profile-info .button--primary-md {
    width: 100% !important;
}

.video-profile-info .video-specs span {
    display: block;
    text-align: left;
    margin: 5px 0;
}
.video-profile-info p {
    margin: 0;
}

.video-profile-page {
    display: none;
    position: relative;
    background: #f7f7f7;
}

@media only screen and (min-width : 768px) {
    .vertical-align {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url('../../fonts/icomoon.eot?4pchm5');
    src: url('../../fonts/icomoon.eot?4pchm5#iefix') format('embedded-opentype'),
    url('../../fonts/icomoon.ttf?4pchm5') format('truetype'),
    url('../../fonts/icomoon.woff?4pchm5') format('woff'),
    url('../../fonts/icomoon.svg?4pchm5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon2-"], [class*=" icon2-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon2-sp2-filesize:before {
    content: "\e900";
}
.icon2-sp2-clock:before {
    content: "\e901";
}

.product-item-layout {
    display: none;
}

div#store div span.product_duration,div#store div span.product_quality,div#store div span.product_size {
    display: inline;
}

div.load_more_row {
    text-align: center;
}