/***/				

			#owl_showcase
			{
				  position: relative;
					background-color: #2b2d33;

        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 20px 0px;
        flex-direction: column;

			}
			
			.owl_showcase_title
			{
				position:relative;
				padding:20px 0px;
				color:#ffffff;
				text-align:center;
			}
			
			.owl_showcase_title > span
			{
				display:block;
			}
			
			.owl_showcase_title > span:nth-child(2)
			{
			font-size: 1.1rem;
			}
			
			.owl_link_area
			{
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    height: 120px;
    overflow: hidden;
			}
			
			.owl_showcase_each
			{
position: relative;
    width: 400px;
    height: 110px;
    overflow: hidden;
	display: flex;
    align-items: center;

			}
			
			.owl_showcase_each > a
			{
			        display: flex;
					
					align-items: flex-start;
					gap: 20px;
					color: #ffffff;
					padding: 5px 10px;
					box-sizing: border-box;
						height:120px;
			}
			
		.instar_friends_thumbnail img 
		{
				width: 100px !important;
				max-width: none !important;
		}
		
		
		.instar_friends_thumbnail video
		{
				width: 100px !important;
				max-width: none !important;
		}		
		
		 .instar_friends_explain 
		 {
			position: relative;
			list-style-type: none;
			display: flex;
			flex-direction: column;
			flex-wrap: wrap;
			gap: 5px;
		}
		
		.instar_friends_explain>li:nth-child(1) 
		{
			font-size: 1.5rem;
			font-weight: bold;
		}
		
		
		/**/