#super-slider {
    position: relative;
    display: flex;
    top: 0;
    /*left: 13.125vw;*/
    height: 100%;
    list-style: none;
    /*width: 2000px;*/
    padding: 0;
    margin: 0;
    touch-action: pan-y;
}

.super-slider_item {
    display: block;
    float: left;
    width: 32.5vw;
    box-shadow: 0px 20px 30px -30px rgb(0 0 0 / 9%);
    margin-right: 2.5rem;
}

.super-slider_img {
    width: 100%;
}

#slider-wrapper {
    /*background-color: grey;*/
    position: relative;
    width: 100%;
    /*overflow: hidden;*/
    position: relative;
    height: 100%;
    /* overflow: hidden; */
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: .6s ease-out;
    transition: .6s ease-out;
}

.blog-post-desc {
    width: 100%;
    display: block;
}

.blog-posts-block:hover {
    cursor: move; 
    cursor: -webkit-grab; 
    cursor: -moz-grab; 
    cursor: grab;
}

.royalstudio-blog-posts {
    /*left: 300px;
    position: relative;
    -webkit-transition: transform 1s cubic-bezier(0.05, 0.5, 0.45, 1);
    -moz-transition: transform 1s cubic-bezier(0.05, 0.5, 0.45, 1);
    transition: transform 1s cubic-bezier(0.05, 0.5, 0.45, 1);*/
}

.blog-posts-block .blog-grid-content {
    display: block;
    width: 100%;
}

.blog-post-meta {
    color: #cacaca;
}

.royalstudio-blog-posts .blog-posts-block {
    position: relative;
    -webkit-transition: all .4s cubic-bezier(.2,1,.22,1) !important;
    -moz-transition: all .4s cubic-bezier(.2,1,.22,1) !important;
    -ms-transition: all .4s cubic-bezier(.2,1,.22,1) !important;
    -o-transition: all .4s cubic-bezier(.2,1,.22,1) !important;
    transition: all .4s cubic-bezier(.2,1,.22,1) !important;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
}

.royalstudio-blog-posts .blog-posts-block.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
} 

.royalstudio-blog-posts a h4 {
    color: #111;
}

.blog-post-image {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 3px;
}

.blog-post-image:before {
    content: "";
    display: block;
}

.blog-post-image span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.super-slider_item > span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
}

@media (min-width: 768px) {
    .blog-posts-block a .blog-post-image > span {
        height: 248px;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1600px) {
    .blog-post-image {
        margin-bottom: 40px;
    }
}

@media (max-width: 1024px) {
    .super-slider_item {
        width: 50vw;
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
     #super-slider {
        display: block;
        width: 100%;
        padding: 0 20px;
    }
    #royalstudio-blog-posts {
        left: 0;
        transform: none !important;
    }
    .super-slider_item {
        width: 100%;
        padding-right: 20px;
        margin-right: 0;
    }
}

@media (max-width: 425px) {
    #royalstudio-blog-posts {
        left: 0;
        transform: none !important;
    }
    .super-slider_item {
        width: 100%;
        padding-right: 20px;
    }
}

/* Dark Bg */
.royalstudio-blog-posts.dark-bg a h4 {
    color: #fff;
}

.royalstudio-blog-posts.dark-bg a h6 {
    color: #d4d4d4;
}

.post-list {
    /*box-shadow: 0 0 35px rgba(0,0,0,.1);*/
}

.post-list a.post-list-image {
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .3s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .3s;
    transition: all cubic-bezier(.4,0,.2,1) .3s;
}

.post-list:hover a.post-list-image {
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

#blog-post-slider img:not(:first-of-type) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#blog-post-slider canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.ft-blog-posts .post,
.ft-blog-posts .post.active a {
    -webkit-transition: all .4s cubic-bezier(.2,1,.22,1) !important;
    -moz-transition: all .4s cubic-bezier(.2,1,.22,1) !important;
    -ms-transition: all .4s cubic-bezier(.2,1,.22,1) !important;
    -o-transition: all .4s cubic-bezier(.2,1,.22,1) !important;
    transition: all .4s cubic-bezier(.2,1,.22,1) !important;
}