﻿/************************ Responsive Media Queries *****************************/


@media screen and (max-width:640px)
{
	#stripiframe{height: 110px;}
}

@media screen and (max-width:600px)
{
	#stripiframe{height: 100px;}
}
@media screen and (max-width:568px)
{
	#stripiframe{height: 100px;}
}

@media screen and (max-width:480px)
{
	#stripiframe{height: 200px;}
}

@media screen and (max-width:375px)
{
	#stripiframe{height: 210px;}
}
@media screen and (max-width:360px)
{
	#stripiframe{height: 200px;}
}
@media screen and (max-width:320px)
{
	#stripiframe{height: 200px;}
}
@media screen and (max-width:300px)
{
	#stripiframe {height: 200px;}
}

