/*
/   name           Favourite
/   version        4.1
/   description    Responsive and customizable Joomla!3 template
/   demo           http://demo.favthemes.com/favourite
/   author         FavThemes
/   author URL     https://www.favthemes.com
/   copyright      Copyright (C) 2012-2017 FavThemes.com. All Rights Reserved.
/   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*//////////////////////////////////////////////////////////////////////////////
///
///  custom style
///
//////////////////////////////////////////////////////////////////////////////*/

.myIframe {
    position: relative;
    padding-bottom: 90%; // (450 ? 500 = 0.9 = 90%)
    height: 0;
    overflow: hidden;
} 
.myIframe iframe {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;}