/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 480px) {
.pagewidth {
	width: 265px;
	height: auto;
}
.top_banner {
	width: 265px;
	height:50px;
	display:block;
	float:none;
}
.details {
	display:none;
	float:none;
}
.pagemain {
	width:265px;
	height:auto;
	display:block;
	position:relative;
	float:none;
}
.column1{
	display:block;
	float:none;
}
.column2{
	display:block;
	float:none;
	width:265px;
}
.column3{
	display:block;
	float:none;
	width:265px;
}
.column4{
	display:block;
	float:none;
	width:265px;
}
.profile_text{
	display:block;
	float:none;
	width:265px;	
	margin-bottom:30px;
}
.hero {
	display:none;
}
.mob_hide{
	display:none;
}
.mob_display{
	display:block;
}
.block {
	display:block;
}
.copy .block {
	padding: 14px 0px;
}
img.bespoke_mob {
	width:33%;
}
.remove_bkg {
	background:none;
	border-right: none;
}
iframe {
	height:35% ;
}
.list_margin {
	border-top:none;
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
.details {
	display:none;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */

}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}