.slides video {
    width: 100%;
    transform: scale(2);
    display: none;
}
h2.h1.mega-title.slideshow__title {
    font-size: 2.5rem;
    line-height: 1.3;
    color: #EA3838 !important;
    text-transform: none;
}

span.mega-subtitle.slideshow__subtitle {
    font-size: 2.5rem;
    line-height: 1.3 !important;
    margin-top: 1rem;
}

.slideshow .button-slide {
    text-align: left !important;
}
.mobile-minimal .logo-sticky {
    top: 0;
}

.header.is-ticky{
    top: 0 !important;
}
.footer-layout-1 .footer-share-social{
    margin-top: 18px;
}
.toggle-menu {
    padding-top: 10px !important;
}
.header-menu-left .logo-sticky img {
    -webkit-animation: toTop .5s ease 1 forwards;
    animation: toTop .5s ease 1 forwards;
}
header.page-header h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.flexslider .slides {
    background: #111;
}
.flexslider .slides,
.flexslider .slides li,
.flexslider .slides li > div{
    width: 100%;
}
@-webkit-keyframes toTop{
    0%{
        opacity:0;
        transform: translateY(-50px);
    }
    100%{
        opacity:1;
        transform: translateY(0px);
    }
}
@keyframes toTop{
    0%{
        opacity:0;
        transform: translateY(-50px);
    }
    100%{
        opacity:1;
        transform: translateY(0px);
    }
}
@media screen and (min-width: 550px){
    .slides video {
        transform: scale(1.5);
    }
    h2.h1.mega-title.slideshow__title{
        font-size: 3rem;
    }
    span.mega-subtitle.slideshow__subtitle {
        font-size: 3rem;
    }
}
@media screen and (min-width: 768px){
    .slides video {
        transform: scale(2);
        display: block;
    }
    h2.h1.mega-title.slideshow__title{
        font-size: 3rem;
    }
    span.mega-subtitle.slideshow__subtitle {
        font-size: 6rem;
    }
    .home-collection-item > a {
        transition: transform .5s ease;
    }
    .home-collection-item > a:hover {
        transform: perspective(1px) scale(1.05);
    }
}
@media screen and (min-width: 992px){
    h2.h1.mega-title.slideshow__title{
        font-size: 7rem;
    }
    span.mega-subtitle.slideshow__subtitle {
        font-size: 6rem;
    }
}
@media screen and (min-width: 1250px){
    .slides video {
        transform: scale(1);
    }
}
