
.portal_item_wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.content-wrapper{
    padding-top: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.portal-item-contents {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
	transition: all .2s ease-in-out; 	
}

.portal-item {
	position: relative;
    width: 16.66666%;
}

.portal-icon{
    width: 100%;
    height: 100%;
    font-size: 40px; /* Default for browsers without vw */
    text-align: center;
    vertical-align: middle;
    color:#eee;
    font-size: 7vw;
    padding-bottom: 10px;
    margin-bottom: 2vw;
}

.mobile-name{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    white-space: nowrap;
    font-weight: bold;
    bottom: 5px;
    font-size: 2.5vw;
}

@media (min-width: 980px) {
    .mobile-name{
        display: none;
    }
	.portal-item {
    	padding: 10px;
	}

	.portal_item_wrapper {
		margin:10px -10px;
	}

    .portal-icon{
        display:none!important;
    }
}


@media (max-width: 979px) {


    .x-section.bg-image,
    .topHero.angular-page-header-img {
        background: #333!important;
    }

    .portal-item-selected {
        background: #333;
    }

    .portal_item_wrapper {
        margin:0px 0px;
        background: #3a3f50;
    }

    /* to fill margin */
    .topHero.angular-page-header-img .portal_item_wrapper{
        margin: 0 -6% 20px;
    }
    /* to fill margin */
    .portal_item_wrapper{
        margin: 0 -6% 0px;
    }
    .woocommerce-account .portal_item_wrapper{
        margin: 0;
    } 

	.portal-item {
		padding: 2px;
	}
    .content-wrapper{
        display: none;
    }
}

@media (max-width: 661px) {

	.portal-item .title {
	    font-size: 1.2rem;
	}
}


@media (min-width: 660px) {

	.portal-item .title {
	    font-size: 1.4rem;
	}

}


.portal-item .title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    margin: auto;
    text-align: center;
    line-height: 1.4;
    padding: 5px;
		transition: all .2s ease-in-out; 	
	  width: 102%;
    margin-right: -1%;
    margin-left: -1%;
}
.portal-item .title .biggest {
    font-size: 1.7rem;
}
.portal-item .title .big {
    font-size: 1.6rem;
}
.portal-item .title .normal {
    font-size: 1.5rem;
}
.portal-item .title .small {
    font-size: 1.4rem;
}
.portal-item .title .smallest {
    font-size: 1.3rem;
}


.portal-item .title .nowrap {
    white-space: nowrap;
}

.portal-item-selected .portal-item-contents {
 	background-color: rgba(255,255,255,0);
}
.portal-item-selected .title{
	color:#df173b;
  background: #eee;

}
.topHero__desc {
    font-size: 1.6rem;
    color: #fff;
}

.portal-item>div{
    border-radius: 2px 2px 0 2px;	
}
.portal-item-contents{
    border-radius: 2px 2px 0 2px;	
}
.portal-item>div {
    border: solid 0px #333;
    box-shadow: 2px 3px 5px rgba(51, 51, 51, 0.2);
}

