/* ONLY DEKSTOP VIEW */
@media only screen and (min-width: 1023px) {

    .story-swiper .story-slide img.story {
        animation: zoomAnimation 10s ease infinite;
    }
}

/*   TABLET VIEW   */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

}

/*   MOBILE VIEW   */
@media screen and (max-width: 768px) {

    header .container,
    footer .container,
    .copyright{
        flex-wrap: wrap;
    }

    .category-page.profile-page .left-section,
    .profile-page .left-section,
    .profile-page .middle-section,
    .profile-page .right-section,
    .category-page.profile-page .middle-section,
    .collection-wrapper.col-3 .collection{
        width: 100% !important;
    }

    .collection-wrapper .collection .image{
        max-width: none !important;
        margin-right: 0;
    }

    .category-page.profile-page .middle-section{
        order: -1;
    }
    header .container .navigation{
        width: 100%;
        padding-top: 8px;
    }

    header .navigation a{
        margin-left: 0;
        margin-right: 10px;
    }

    .sub-header .container .search-bar .search-toggle{
        margin-right: 0;
    }

    .search-bar .search-toggle .text,
    .search-bar .ui.inline.dropdown.account,
    .search-bar .login,
    .profile-page .similar-category,
    .profile-page .middle-section .featured-image{
        display: none;
    }

    .profile-page .left-section .featured-image,
    .category-page.profile-page .similar-category,
    .profile-page .galleries .image:nth-child(6),
    .category-page.profile-page .middle-section .featured-image,
    .collection-wrapper .collection{
        display: block;
    }

    .profile-page .galleries .image:nth-child(5) .text{
        display: none;
    }
    .profile-page .galleries .image:nth-child(6) .text{
        display: flex;
    }

    .profile-page .right-section .sponsor{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .profile-page .right-section .profile{
        padding: 0 15px;
    }

    .profile-wrapper .profile,
    .category-wrapper .category,
    .article-wrapper .article,
    .profile-page .similar-category .category-wrapper.single .category,
    .profile-page .right-section .profile,
    .account.bookmark .profile{
        width: 50%;
    }

    footer .column,
    footer .column.wide{
        width: 100%;
        margin-bottom: 25px;
    }

    .right-section h5{
        font-size: 15px;
        font-weight: bold;
    }

    .profile-page .galleries .image{
        width: 33.33%;
    }

    .voucher-wrapper > .voucher-list > .content > .profile{
        display: none;
    }


    .deals.details .voucher-wrapper .voucher-list{
        width: calc(50% - 16px);
        margin-bottom: 25px;
    }

}

@media screen and (max-width: 425px) {

    .voucher-wrapper > .voucher-list > .image,
    .voucher-wrapper > .voucher-list > .content{
        width: 100%;
    }

    .deals.details .voucher-wrapper .voucher-list{
        width: calc(100% - 16px);
        margin-bottom: 25px;
    }


    .voucher-wrapper > .voucher-list > .content h3{
        font-size: 15px;
    }


    .voucher-wrapper > .voucher-list > .content > .price .actual{
        font-weight: bold;
        font-size:13px;
        color: #FF0000;
    }

    .voucher-wrapper > .voucher-list > .image > .placeholder{
        height: auto;
    }


    .limit-msg.blink{
        /*width: 100%;*/
    }

    .ui.stackable.grid > .wide.column.wallet-information {
        display: flex !important;
    }


    .wallet-information .bg-deals {
        margin: 0 5px;
        width: calc(33.33% - 10px);
    }

    .bg-deals .content .header.fs-30 {
        font-size: 21px !important;
    }

    .voucher-wrapper > .voucher-list > .image > .placeholder{
        /*padding-top: 100%;*/
    }
}

/* MOBILE VIEW IPHONE 5/SE */
@media screen and (max-width:320px) {

}
