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


	.SODESKTOP{
		display: block !important;
	}

	.SOMOBILE{
		display: none;
	}
	
	
	.MOREMOD {
		width: calc(100% - 40px);
		margin-right: auto;
		margin-left: 10px;
		height: auto;
		padding-bottom: 50px;
		background: #0d1a33;
		float: inherit;
		display: inline-block;
		margin-bottom: 40px;
		position: relative;
		cursor: pointer;
		transition: margin-bottom 0.3s;
	}
	
	
}


