
.scw_content_icon {
    position: absolute;
    width: 40px;
    cursor: pointer;
    bottom: 0;
    right: 0;
}
.scw_items {
    margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	max-width: 100%;
}
.scw_items_item {
    float: left;
    width: 70px;
    margin: 5px;
	cursor: pointer;
	padding: 1px;
}
.scw_items_item.active {
    border: 1px solid red;
}
.twentytwenty-container img{
	height: 100%;
}
.twentytwenty-wrapper{
    text-align: center;
}
.twentytwenty-container{
	margin: auto;
	max-width: 100%;
}
