.post.hentry {
    position: relative;
    padding: 0px 0px 0px 0px;
    background: transparent;
}
#social-top,.sidebar-wrapper,#footer,.toggle,.notice{display:none}
.sidebar-wrapper, .mobile-title, .top-container, .post-label, .comments {display:none}
.main-wrapper {
	position: relative;
	margin: 0 0 0 0px;
	padding: 0;
}
.box {
	background-color: steelblue;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	height: 200px;
	margin: 10px;
	border-radius: 10px;
	box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
	transform: translateX(400%);
	transition: transform 0.4s ease;
}
.box:nth-of-type(even) {
transform: translateX(-400%);
}
.box.show {
transform: translateX(0);
}
.box h2 {
	font-size: 45px;
}
.portfolio-item {
	background: transparent;
	margin-right: 0px;
	margin-bottom: 0px;
	border: none;   
	min-width: 100%;
}
.ct-wrapper
{
    position: relative;
    max-width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.outer-wrapper
{
    background: transparent;
    position: relative;
    margin: 0px 0px 0px 0px;
}
.main-wrapper
{
    position: relative;
    margin: 0 0 0 0px;
    padding: 0;
}
#content {
    position: relative;
    padding: 0px 0px 0px 0px;
}
div.secondary-footer {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    display: block;
    font-size: 12px;
}
#Blog1
{
    overflow: hidden;
    padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 900px){
	.portfolio-item {
		background: transparent;
		margin-right: 0px;
		margin-bottom: 0px;
		border: none;
		position: static;
	}
} 
@media screen and (max-width: 900px){
	portfolio-item {
		background: transparent;
		margin-right: 0px;
		margin-bottom: 0px;
		border: none;
		position: static;
	}
}